Add rel="me" to notmyproblem them template base to support verification on social media, web signin, etc

This commit is contained in:
castle-giant 2026-02-11 21:50:39 +00:00 committed by Justin Mayer
commit 95eb596d63

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 -->