mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-02 09:16:55 +02:00
Add rel="me" to notmyproblem them template base to support verification on social media, web signin, etc
This commit is contained in:
parent
862ac78310
commit
95eb596d63
1 changed files with 1 additions and 1 deletions
2
pelican/themes/notmyidea/templates/base.html
vendored
2
pelican/themes/notmyidea/templates/base.html
vendored
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue