Compare commits

...

2 Commits

Author SHA1 Message Date
Georg Krause 88588fa1b4
Open header links in new tabs 2021-10-15 12:13:33 +02:00
Georg Krause ee2c63c9d1
Add rel=me to links 2021-09-24 10:09:55 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ fab fa-{{icon}}
{% if (LINKS or (DISPLAY_PAGES_ON_MENU and pages)) and loop.first %}
<li class=" list-inline-item text-muted">|</li>
{% endif %}
<li class="list-inline-item"><a class="{{ fa(icon) }}" href="{{ url(link) }}" target="_blank"></a></li>
<li class="list-inline-item"><a rel="me" class="{{ fa(icon) }}" href="{{ url(link) }}" target="_blank"></a></li>
{% endfor %}
</ul>
{% endif %}