This commit is contained in:
castle-giant 2026-04-29 07:56:58 -07:00 committed by GitHub
commit 63afa0d7ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@
{% endif %}
{% for name, link in SOCIAL %}
<li><a href="{{ link }}">{{ name }}</a></li>
<li><a href="{{ link }}" rel="me">{{ name }}</a></li>
{% endfor %}
</ul>
</div><!-- /.social -->