Used Social vs Blogroll

This commit is contained in:
Jeff MacKinnon 2024-03-06 18:05:59 -04:00
parent 3278208df6
commit fcbb33c7d5

View file

@ -33,8 +33,8 @@
</header>
<div class="linkwrapper">
{% for name, link in LINKS %}
<a class="linktreelink" href="{{ link }}" target="_blank"><i>{{ name }}</i></a>
{% for name, link in SOCIAL %}
<a class="linktreelink" href="{{ link }}" target="_blank" rel="me"><i>{{ name }}</i></a>
{% endfor %}
<div class="social-links">
{% if SOCIAL_MASTODON %}