mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-15 18:16:55 +02:00
Update base.html
Remove extra quotemark
This commit is contained in:
parent
95eb596d63
commit
885a868b5e
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 }}" rel=""me">{{ 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