Skip to content

Commit a50bfe1

Browse files
authored
Update base.html
Remove extra quotemark
1 parent 0fde6e9 commit a50bfe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pelican/themes/notmyidea/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2>{{ SOCIAL_WIDGET_NAME | default('social') }}</h2>
6262
{% endif %}
6363

6464
{% for name, link in SOCIAL %}
65-
<li><a href="{{ link }}" rel=""me">{{ name }}</a></li>
65+
<li><a href="{{ link }}" rel="me">{{ name }}</a></li>
6666
{% endfor %}
6767
</ul>
6868
</div><!-- /.social -->

0 commit comments

Comments
 (0)