Add rel=me to links
parent
fd70e764b4
commit
56448ef765
|
@ -27,7 +27,7 @@ fab fa-{{icon}}
|
|||
{% if LINKS or (DISPLAY_PAGES_ON_MENU and pages) or ICONS %}
|
||||
<ul class="list-inline">
|
||||
{% for title, link in LINKS %}
|
||||
<li class="list-inline-item"><a href="{{ url(link) }}" target="_blank">{{ title }}</a></li>
|
||||
<li class="list-inline-item"><a rel="me" href="{{ url(link) }}" target="_blank">{{ title }}</a></li>
|
||||
{% endfor %}
|
||||
{% if DISPLAY_PAGES_ON_MENU %}
|
||||
{% for page in pages %}
|
||||
|
|
Loading…
Reference in New Issue