add rel="me" tags
This commit is contained in:
parent
0b447d9d28
commit
cb149c3671
1 changed files with 11 additions and 11 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
{{ with .Site.Params.social.mastodon }}
|
||||
<li>
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="mastodon" target="_blank">
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="mastodon" target="_blank" rel="me">
|
||||
<i class="fab fa-mastodon " title="mastodon"></i>
|
||||
<span class="screen-reader-text">mastodon</span>
|
||||
</a>
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
{{ with .Site.Params.social.facebook }}
|
||||
<li>
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="facebook" target="_blank">
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="facebook" target="_blank" rel="me">
|
||||
<i class="fab fa-facebook-square" title="facebook"></i>
|
||||
<span class="screen-reader-text">facebook</span>
|
||||
</a>
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
{{ with .Site.Params.social.googleplus }}
|
||||
<li>
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="gplus" target="_blank">
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="gplus" target="_blank" rel="me">
|
||||
<i class="fab fa-google-plus-g" title="googleplus"></i>
|
||||
<span class="screen-reader-text">googleplus</span>
|
||||
</a>
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
{{ with .Site.Params.social.twitter }}
|
||||
<li>
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="twitter" target="_blank">
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="twitter" target="_blank" rel="me">
|
||||
<i class="fab fa-twitter-square" title="twitter"></i>
|
||||
<span class="screen-reader-text">twitter</span>
|
||||
</a>
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
{{ with .Site.Params.social.instagram }}
|
||||
<li>
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="instagram" target="_blank">
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="instagram" target="_blank" rel="me">
|
||||
<i class="fab fa-instagram" title="instagram"></i>
|
||||
<span class="screen-reader-text">instagram</span>
|
||||
</a>
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
{{ with .Site.Params.social.email }}
|
||||
<li>
|
||||
<a href="mailto:{{ . }}" data-animate-hover="pulse" class="email">
|
||||
<a href="mailto:{{ . }}" data-animate-hover="pulse" class="email" rel="me">
|
||||
<i class="fas fa-envelope" title="email"></i>
|
||||
<span class="screen-reader-text">email</span>
|
||||
</a>
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
{{ with .Site.Params.social.linkedin }}
|
||||
<li>
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="linkedin" target="_blank">
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="linkedin" target="_blank" rel="me">
|
||||
<i class="fab fa-linkedin-in" title="linkedin"></i>
|
||||
<span class="screen-reader-text">linkedin</span>
|
||||
</a>
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
{{ with .Site.Params.social.stackoverflow }}
|
||||
<li>
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="stackoverflow" target="_blank">
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="stackoverflow" target="_blank" rel="me">
|
||||
<i class="fab fa-stack-overflow" title="stackoverflow"></i>
|
||||
<span class="screen-reader-text">stackoverflow</span>
|
||||
</a>
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
|
||||
{{ with .Site.Params.social.github }}
|
||||
<li>
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="github" target="_blank">
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="github" target="_blank" rel="me">
|
||||
<i class="fab fa-github" title="github"></i>
|
||||
<span class="screen-reader-text">github</span>
|
||||
</a>
|
||||
|
|
@ -107,7 +107,7 @@
|
|||
|
||||
{{ with .Site.Params.social.pinterest }}
|
||||
<li>
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="pinterest" target="_blank">
|
||||
<a href="{{ . }}" data-animate-hover="pulse" class="pinterest" target="_blank" rel="me">
|
||||
<i class="fab fa-pinterest" title="pinterest"></i>
|
||||
<span class="screen-reader-text">pinterest</span>
|
||||
</a>
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
|
||||
{{ if .Site.Params.social.rss }}
|
||||
<li>
|
||||
<a href="{{ .Site.RSSLink }}" data-animate-hover="pulse" class="rss" target="_blank">
|
||||
<a href="{{ .Site.RSSLink }}" data-animate-hover="pulse" class="rss" target="_blank" rel="me">
|
||||
<i class="fas fa-rss" title="rss"></i>
|
||||
<span class="screen-reader-text">rss</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue