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

@ -28,6 +28,8 @@ theme_self_claim: true
about_this_blog: 这里是Rubicon's Rubicon。我在无界之点的偏安之地。
my_mastodon: "https://mastodon.social/@thislight"
footer_links:
GitHub: "https://github.com/thislight"
GitLab: "https://gitlab.com/thislight"

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 %}