change the footer links with a variable

This commit is contained in:
meaz 2020-01-03 17:30:09 +01:00
parent 99581ac38b
commit c250ddebd0
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
<footer>
<div id="footer-logo" ><a href="https://disroot.org/contact"></a></div>
<div id="footer-logo" ><a href="{{ base_url }}/contact"></a></div>
<div id="footer-links">
<ul class="footer-links">
<li>Copyleft Disroot.org</li>
<li><span class="dot"></span></li>
<li><a href="https://disroot.org/tos">Terms Of Service</a></li>
<li><a href="{{ base_url }}/tos">Terms Of Service</a></li>
<li><span class="dot"></span></li>
<li><a href="https://disroot.org/privacy_policy">Privacy Policy</a></li>
<li><a href="{{ base_url }}/privacy_policy">Privacy Policy</a></li>
</ul>
</div>
<div id="footer-icons">