update theme
This commit is contained in:
parent
673c9da59c
commit
8f9e26b0db
2 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,8 @@ theme_self_claim: true
|
||||||
|
|
||||||
about_this_blog: 这里是Rubicon's Rubicon。我在无界之点的偏安之地。
|
about_this_blog: 这里是Rubicon's Rubicon。我在无界之点的偏安之地。
|
||||||
|
|
||||||
|
my_mastodon: "https://mastodon.social/@thislight"
|
||||||
|
|
||||||
footer_links:
|
footer_links:
|
||||||
GitHub: "https://github.com/thislight"
|
GitHub: "https://github.com/thislight"
|
||||||
GitLab: "https://gitlab.com/thislight"
|
GitLab: "https://gitlab.com/thislight"
|
||||||
|
|
|
@ -80,6 +80,9 @@
|
||||||
{% for name in Object.keys(theme.footer_links) %}
|
{% for name in Object.keys(theme.footer_links) %}
|
||||||
<li><a class="grey-text text-lighten-3" href="{{theme.footer_links[name]}}">{{name}}</a></li>
|
<li><a class="grey-text text-lighten-3" href="{{theme.footer_links[name]}}">{{name}}</a></li>
|
||||||
{% endfor %}
|
{% 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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue