rel=me on emails

This commit is contained in:
Set Sakrecoer 2020-12-11 11:34:16 +01:00
parent df241cd7d1
commit 1d44231142
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
<div class="author-image" alt="Picture of {{ author.name }}" style="background-image:url({{ author.image }});"> <div class="author-image" alt="Picture of {{ author.name }}" style="background-image:url({{ author.image }});">
</div> </div>
<br /> <br />
<p><a href="mailto:{{ author.email }}"><strong>{{ author.name }}</strong></a></p> <p><a href="mailto:{{ author.email }}" rel="me"><strong>{{ author.name }}</strong></a></p>
<p>{{ author.position }}{% if author.gpg != nil %} | <a target="_blank" rel="noopener" <p>{{ author.position }}{% if author.gpg != nil %} | <a target="_blank" rel="noopener"
href="{{ author.gpg }}">GPG</a>{% endif %}</p> href="{{ author.gpg }}">GPG</a>{% endif %}</p>
<p class="date"> <p class="date">

View file

@ -24,7 +24,7 @@
<a target="_blank" alt="{{ site.title }} on {{ nw.name }}" title="{{ site.title }} on {{ nw.name }}" rel="{% if nw.url contains 'kolektiva.social' %}me {% endif %}noopener" <a target="_blank" alt="{{ site.title }} on {{ nw.name }}" title="{{ site.title }} on {{ nw.name }}" rel="{% if nw.url contains 'kolektiva.social' %}me {% endif %}noopener"
href="{{ nw.url }}" class="icon small fab {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a> href="{{ nw.url }}" class="icon small fab {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a>
{% endfor %} {% endfor %}
<a target="_blank" alt="email" title="email" href="mailto:{{ site.social.mail }}" class="icon small fas fa-envelope-open-text"><span <a target="_blank" alt="email" title="email" href="mailto:{{ site.social.mail }}" class="icon small fas fa-envelope-open-text" rel="me"><span
class="label">Email</span></a> class="label">Email</span></a>
</div> </div>
<p>&copy;{{ site.time | date: '%Y' }} {{ site.publisher.name }} | <a href="{{ relBase }}/webcreds/">Credits</a> | <p>&copy;{{ site.time | date: '%Y' }} {{ site.publisher.name }} | <a href="{{ relBase }}/webcreds/">Credits</a> |

View file

@ -100,7 +100,7 @@ layout: nil
<a target="_blank" alt="{{ site.title }} on {{ nw.name }}" title="{{ site.title }} on {{ nw.name }}" rel="{% if nw.url contains 'kolektiva.social' %}me {% endif %}noopener" <a target="_blank" alt="{{ site.title }} on {{ nw.name }}" title="{{ site.title }} on {{ nw.name }}" rel="{% if nw.url contains 'kolektiva.social' %}me {% endif %}noopener"
href="{{ nw.url }}" class="icon small fab {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a> href="{{ nw.url }}" class="icon small fab {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a>
{% endfor %} {% endfor %}
<a target="_blank" alt="email" title="email" href="mailto:{{ site.social.mail }}" class="icon small fas fa-envelope-open-text"><span <a target="_blank" alt="email" title="email" href="mailto:{{ site.social.mail }}" class="icon small fas fa-envelope-open-text" rel="me"><span
class="label">Email</span></a> class="label">Email</span></a>
</div> </div>
<p>&copy;{{ site.time | date: '%Y' }} {{ site.publisher.name }} | <a href="/webcreds/">Credits</a> | <p>&copy;{{ site.time | date: '%Y' }} {{ site.publisher.name }} | <a href="/webcreds/">Credits</a> |