Index: includes/layout/footer.tmpl |
=================================================================== |
--- a/includes/layout/footer.tmpl |
+++ b/includes/layout/footer.tmpl |
@@ -14,17 +14,17 @@ |
{% endfor %} |
</ul> |
</div> |
</div> |
<div id="site-footer-nav" class="column three-fourths"> |
<nav> |
<ul class="horizontal-list"> |
- <li><a href="">{{ "Legal" | translate("footer-nav-link-1", "Navigation link") }}</a></li> |
+ <li><a href="legal">{{ "Legal" | translate("footer-nav-link-1", "Navigation link") }}</a></li> |
<li><a href="https://adblockplus.org/privacy">{{ "Privacy Policy" | translate("footer-nav-link-2", "Navigation link") }}</a></li> |
</ul> |
</nav> |
<span class="muted"> |
{{ "<a href=\"https://adblockplus.org\">Adblock Plus</a> is a registered trademark of <a href=\"https://eyeo.com\">eyeo GmbH</a>" | translate("footer-trademark-notice", "Paragraph") }} |
</span> |
</div> |
</div> {# .row #} |