update theme

This commit is contained in:
thisLight 2020-12-27 23:19:30 +08:00
parent 673c9da59c
commit 8f9e26b0db
2 changed files with 5 additions and 0 deletions

View file

@ -80,6 +80,9 @@
{% for name in Object.keys(theme.footer_links) %}
<li><a class="grey-text text-lighten-3" href="{{theme.footer_links[name]}}">{{name}}</a></li>
{% endfor %}
{% if theme.my_mastodon %}
<li><a class="grey-text text-lighten-3" rel="me" href="{{theme.my_mastodon}}">My Mastodon</a></li>
{% endif %}
</ul>
</div>
{% endif %}