mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-03 15:36:56 +02:00
Merge 885a868b5e into 3c69dc68d2
This commit is contained in:
commit
63afa0d7ab
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