Index: includes/footer.tmpl |
=================================================================== |
--- a/includes/footer.tmpl |
+++ b/includes/footer.tmpl |
@@ -1,17 +1,17 @@ |
{% from "macros/pageitem" import pageitem %} |
<footer id="footer" class="content"> |
<div class="container"> |
<div class="row"> |
<nav class="column one-fourth"> |
<h5>{{ get_string("resources", "menu") }}</h5> |
<ul> |
- {% for pagename in ["acceptable-ads", "documentation", "deployments"] %} |
+ {% for pagename in ["acceptable-ads", "documentation", "deployments", "bugs"] %} |
<li>{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</a></li> |
{% endfor %} |
</ul> |
</nav> |
<nav class="column one-fourth"> |
<h5>{{ get_string("community", "menu") }}</h5> |
<ul> |
<li><a href="/releases/" hreflang="en">{{get_string("releases", "menu")}}</a></li> |
@@ -53,17 +53,17 @@ |
<a href="https://www.instagram.com/adblockplus/" target="_blank"> |
<img src="/img/footer-instagram-glyphicon.png"> |
</a> |
</li> |
</ul> |
</nav> |
</div> {# .row #} |
<div id="footer-legal"> |
- <p id="copyright-notice">{{ "Copyright © 2017 All rights reserved. Adblock Plus<sup>®</sup> is a registered trademark of <a href='https://eyeo.com'>eyeo GmbH</a>." | translate("copyright-notice", "Footer copyright notice") }}</p> |
+ <p id="copyright-notice">{{ "Copyright © 2018 All rights reserved. Adblock Plus<sup>®</sup> is a registered trademark of <a href='https://eyeo.com'>eyeo GmbH</a>." | translate("copyright-notice", "Footer copyright notice") }}</p> |
<ul id="legal-list"> |
{% for pagename in ["terms", "privacy", "impressum"] %} |
<li>{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</a></li> |
{% endfor %} |
</ul> |
</div> {# #footer-legal #} |
</div> {# .container #} |
</footer> {# #footer #} |