aboutsummaryrefslogtreecommitdiff
path: root/common/footer.j2.inc
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/footer.j2.inc
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/footer.j2.inc')
-rw-r--r--common/footer.j2.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index 6d4614b3..68a3b6de 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -31,5 +31,10 @@
31 <a href="https://git.gnunet.org/www.git">{{ _("Source code of this site.") }}</a> 31 <a href="https://git.gnunet.org/www.git">{{ _("Source code of this site.") }}</a>
32 <a href="{{ url_localized('contact.html') }}">{{ _("Report issues with this website.") }}</a> 32 <a href="{{ url_localized('contact.html') }}">{{ _("Report issues with this website.") }}</a>
33 </p> 33 </p>
34 <noscript>
35 <p>
36 <a href="#">back to top</a>
37 </p>
38 </noscript>
34 </div> 39 </div>
35</footer> 40</footer>