Update base.html

Remove extra quotemark
This commit is contained in:
castle-giant 2026-03-30 09:33:26 -05:00 committed by Justin Mayer
commit 885a868b5e

View file

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