aboutsummaryrefslogtreecommitdiff
path: root/common/footer.j2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/footer.j2.inc')
-rw-r--r--common/footer.j2.inc26
1 files changed, 11 insertions, 15 deletions
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index 1226d029..6d4614b3 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -4,22 +4,20 @@
4 <div class="row"> 4 <div class="row">
5 <div class="col-12 col-sm-4"> 5 <div class="col-12 col-sm-4">
6 <ul class="footer-list"> 6 <ul class="footer-list">
7 <li><p><a href="contact.html">{{ _("Contact") }}</a></p></li> 7 <li><a href="{{ url_localized('contact.html') }}">{{ _("Contact") }}</a></li>
8 <li><p><a href="ev.html">{{ _("GNUnet e.V.") }}</a></p></li> 8 <li><a href="{{ url_localized('ev.html') }}">{{ _("GNUnet e.V.") }}</a></li>
9 <li><p><a href="about.html">{{ _("About GNUnet") }}</a></p></li> 9 <li><a href="{{ url_localized('about.html') }}">{{ _("About GNUnet") }}</a></li>
10 </ul> 10 </ul>
11 </div> 11 </div>
12 <div class="col-12 col-sm-4"> 12 <div class="col-12 col-sm-4">
13 <ul class="footer-list"> 13 <ul class="footer-list">
14 <li><p><a href="https://bugs.gnunet.org/">{{ _("Bug Tracker") }}</a></p></li> 14 <li><a href="https://bugs.gnunet.org/">{{ _("Bug Tracker") }}</a></li>
15 <!-- <li><p><a href="https://irc.gnunet.org/gnunet">{{ _("IRC archive") }}</a></p></li> -->
16 </ul> 15 </ul>
17 </div> 16 </div>
18 <div class="col-12 col-sm-4"> 17 <div class="col-12 col-sm-4">
19 <ul class="footer-list"> 18 <ul class="footer-list">
20 <li><p><a href="copyright.html">{{ _("Copyright Assignment") }}</a></p></li> 19 <li><a href="{{ url_localized('copyright.html') }}">{{ _("Copyright Assignment") }}</a></li>
21 <!-- <li><p><a href="https://gitlab.gnunet.org/">{{ _("Continuous Integration") }}</a></p></li> --> 20 <li><a href="https://bib.gnunet.org/">{{ _("Bibliography") }}</a></li>
22 <li><p><a href="https://bib.gnunet.org/">{{ _("Bibliography") }}</a></p></li>
23 </ul> 21 </ul>
24 </div> 22 </div>
25 </div> 23 </div>
@@ -27,13 +25,11 @@
27 </div> 25 </div>
28 <div class="container text-center"> 26 <div class="container text-center">
29 <p> 27 <p>
30 {% trans %} 28 Copyright &copy;
31 Copyright &copy; <a href="ev.html">GNUnet e.V.</a> 2001 &mdash; 2019. 29 <a href="{{ url_localized('ev.html') }}">GNUnet e.V.</a>
32 <!-- This just takes up space no one is interested in: --> 30 2001 &mdash; 2019.
33 <!-- This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.<br> --> 31 <a href="https://git.gnunet.org/www.git">{{ _("Source code of this site.") }}</a>
34 <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>
35 <a href='contact.html'>Report issues with this website</a>.
36 {% endtrans %}
37 </p> 33 </p>
38 </div> 34 </div>
39</footer> 35</footer>