Add rel=me to links

main
Georg Krause 2021-09-24 10:09:55 +02:00
parent fd70e764b4
commit 56448ef765
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ fab fa-{{icon}}
{% if LINKS or (DISPLAY_PAGES_ON_MENU and pages) or ICONS %} {% if LINKS or (DISPLAY_PAGES_ON_MENU and pages) or ICONS %}
<ul class="list-inline"> <ul class="list-inline">
{% for title, link in LINKS %} {% 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 %} {% endfor %}
{% if DISPLAY_PAGES_ON_MENU %} {% if DISPLAY_PAGES_ON_MENU %}
{% for page in pages %} {% for page in pages %}