diff options
Diffstat (limited to 'common/footer.j2.inc')
-rw-r--r-- | common/footer.j2.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/footer.j2.inc b/common/footer.j2.inc index 804f10f4..8a39e0af 100644 --- a/common/footer.j2.inc +++ b/common/footer.j2.inc @@ -1,4 +1,4 @@ -<footer> +<footer id="footer"> <div class="container-fluid cushion-below"> <div class="container"> <div class="row"> @@ -28,5 +28,6 @@ <div class="container text-center"> <p>© <a href="ev.html">GNUnet e.V.</a> 2015, 2016, 2017, 2018, 2019</p> <p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}</p> + <p>{{ _("Report issues with this website to <a href='contact.html'>us</a>.") }}</p> </div> </footer> |