forked from Git/hugo-story
Added rel="me"
This commit is contained in:
parent
a4f60778ac
commit
11267d6a0e
|
@ -4,7 +4,7 @@
|
|||
<ul class="icons">
|
||||
{{ with .Site.Params.social.email }}<li><a target="_blank" href="mailto:{{.}}" class="fav icon style2 fa-envelope"><span class="label">Email</span></a></li>{{end}}
|
||||
{{ with .Site.Params.social.git }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-git-alt"><span class="label">Git</span></a></li>{{end}}
|
||||
{{ with .Site.Params.social.mastodon }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-mastodon"><span class="label">Mastodon</span></a></li>{{end}}
|
||||
{{ with .Site.Params.social.mastodon }}<li><a rel="me" target="_blank" href="{{.}}" class="icon brands style2 fa-mastodon"><span class="label">Mastodon</span></a></li>{{end}}
|
||||
{{ with .Site.Params.social.linkedin }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>{{end}}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue