Index: templates/default.tmpl |
=================================================================== |
--- a/templates/default.tmpl |
+++ b/templates/default.tmpl |
@@ -83,14 +83,17 @@ |
<footer id="footer"> |
<div class="content-block"> |
- <a id="footer-contact" href="{{source.resolve_link("contact", locale)[1]}}" hreflang="{{source.resolve_link("contact", locale)[0]}}"> |
+ <span> |
juliandoucette
2016/08/12 19:04:13
NIT: I think a <small> tag makes more sense than a
saroyanm
2016/08/16 10:20:27
Done, had to update styles, otherwise the text was
|
+ Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH. |
+ </span> |
+ <div id="footer-links"> |
+ <a href="{{source.resolve_link("contact", locale)[1]}}" hreflang="{{source.resolve_link("contact", locale)[0]}}"> |
Made with ♥ in Cologne |
- </a> |
- |
- <div class="footer-text"> |
- Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH. |
+ </a> |
+ <a href="{{source.resolve_link("privacy", locale)[1]}}" hreflang="{{source.resolve_link("privacy", locale)[0]}}"> |
juliandoucette
2016/08/12 19:04:13
Q: Why did you choose to use source.resolve_link i
saroyanm
2016/08/16 10:20:27
Kept previous style, but you are totally right, I
|
+ Privacy Policy |
+ </a> |
</div> |
- |
</div> |
</footer> |
</body> |