Add everything to the footer

This commit is contained in:
Clayton Dewey 2018-09-26 19:00:21 -06:00
parent 493587e495
commit e2f2ba2a32

View file

@ -11,6 +11,19 @@
<div class="column footer-logo is-half">
<a href="#"><span class="icon"><i class="agc agc-logo"></i></span></a>
</div>
{{ content }}
<div class="column">
Agaric LLC<br>Boston, MA 02134
</div>
<div class="column">
S: <a href="https://social.coop/@agaric">Mastodon</a>
<a href="https://twitter.com/agaric">Twitter</a>
<a href="/rss">RSS</a><br>
T: +1 508 283 3557<br>
E: <a href="/contact">Contact</a>
</div>
<div class="column">
Powered by <a href="https://www.drutopia.org">Drutopia</a>
</div>
</div>
</div>
{% endif %}