Used Social vs Blogroll
This commit is contained in:
parent
3278208df6
commit
fcbb33c7d5
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<div class="linkwrapper">
|
<div class="linkwrapper">
|
||||||
{% for name, link in LINKS %}
|
{% for name, link in SOCIAL %}
|
||||||
<a class="linktreelink" href="{{ link }}" target="_blank"><i>{{ name }}</i></a>
|
<a class="linktreelink" href="{{ link }}" target="_blank" rel="me"><i>{{ name }}</i></a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<div class="social-links">
|
<div class="social-links">
|
||||||
{% if SOCIAL_MASTODON %}
|
{% if SOCIAL_MASTODON %}
|
||||||
|
|
Loading…
Reference in a new issue