aboutsummaryrefslogtreecommitdiff
path: root/common/news.j2
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-17 15:39:52 +0000
committerng0 <ng0@n0.is>2019-11-17 15:39:52 +0000
commitf03141ac42d6c80084161cc5e595bc492e85b4f1 (patch)
tree9f7556b3f7f68913ebdd53d807d1feee1208274e /common/news.j2
parent7b4bb87512d0296db97b6bee88ac03fcdd7a09e8 (diff)
downloadwww-f03141ac42d6c80084161cc5e595bc492e85b4f1.tar.gz
www-f03141ac42d6c80084161cc5e595bc492e85b4f1.zip
remove sticky attribute of navbar, add first rough "jump to top" button (needs improvement!)
Diffstat (limited to 'common/news.j2')
-rw-r--r--common/news.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/common/news.j2 b/common/news.j2
index 9cdb06f2..71400760 100644
--- a/common/news.j2
+++ b/common/news.j2
@@ -10,6 +10,9 @@
10 <body id="mybody"> 10 <body id="mybody">
11 {% include "common/navigation.j2.inc" %} 11 {% include "common/navigation.j2.inc" %}
12 <div id="body_content" class="bg-near-white"> 12 <div id="body_content" class="bg-near-white">
13 <a href="#" id="jump-top" role="button">
14 <i class="fas fa-chevron-up"></i>
15 </a>
13 <div class="container-fluid"> 16 <div class="container-fluid">
14 <div class="container text-center"> 17 <div class="container text-center">
15 <h1>News</h1> 18 <h1>News</h1>