You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
568 B
HTML
10 lines
568 B
HTML
{% load wagtailcore_tags %}
|
|
|
|
<footer class="pv5 pv6-ns ph3 ph5-m ph6-l white-70 bg-black-50">
|
|
<small class="f6 db tc">© 2018 <span class="ttu f5 fw3">Andrew Bednar</span>, All Rights Reserved</small>
|
|
<div class="tc mt3">
|
|
<a href="/terms/" title="Terms" class="f5 dib ph2 link white-70 dim mb2">Terms of Use</a>
|
|
<a href="/privacy/" title="Privacy" class="f5 dib ph2 link white-70 dim mb2">Privacy</a>
|
|
<a href="http://linea.io/" title="Privacy" class="f5 dib ph2 link white-70 dim mb2">Icons by Dario Ferrando</a>
|
|
</div>
|
|
</footer> |