summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-06 03:55:34 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-06 03:55:34 +0100
commit93949cccbfb8f0e2842d168e9179e42c83795548 (patch)
treebac88ff8d24bf82cfbd749fe40b6548ad49f72ab /common
parent9d18e0cdf42ea7bf96d9805a8ee886085ff7db3e (diff)
downloadwww-93949cccbfb8f0e2842d168e9179e42c83795548.tar.gz
www-93949cccbfb8f0e2842d168e9179e42c83795548.tar.bz2
www-93949cccbfb8f0e2842d168e9179e42c83795548.zip
footer
Diffstat (limited to 'common')
-rw-r--r--common/base.j26
-rw-r--r--common/footer.j2.inc6
2 files changed, 5 insertions, 7 deletions
diff --git a/common/base.j2 b/common/base.j2
index d515ea1d..72fc1ab4 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -9,10 +9,6 @@
<body id="mybody">
{% include "common/navigation.j2.inc" %}
{% block body_content %}{% endblock %}
- <div class="container-fluid">
- <div class="container">
- {% include "common/footer.j2.inc" %}
- </div>
- </div>
+ {% include "common/footer.j2.inc" %}
</body>
</html>
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index f5395b34..04685c64 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -1,4 +1,6 @@
-<div class="footer">
+<footer>
+ <div class="container">
<p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a> and Inria 2015, 2016, 2017</p>
<p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}</p>
-</div>
+ </div>
+</footer>