mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
Add rel=me to the link in footer.html
Add rel=me value used to indicate profile equivalence.
This commit is contained in:

committed by
Michael Noronha

parent
80181ad4b8
commit
0b697dc407
@@ -26,55 +26,55 @@
|
||||
<div class="icons">
|
||||
|
||||
{{ if .Site.Params._500px }}
|
||||
<a href="https://500px.com/{{ .Site.Params._500px }}" target="_blank">
|
||||
<a href="https://500px.com/{{ .Site.Params._500px }}" rel=me target="_blank">
|
||||
<img class="icon" src="{{ .Site.BaseURL }}img/500px.svg" alt="500px" />
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.itch_io }}
|
||||
<a href="https://{{ .Site.Params.itch_io }}.itch.io" target="_blank">
|
||||
<a href="https://{{ .Site.Params.itch_io }}.itch.io" rel=me target="_blank">
|
||||
<img class="icon" src="{{ .Site.BaseURL }}img/itch.io.svg" alt="itch.io" />
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.gitlab }}
|
||||
<a href="https://gitlab.com/{{ .Site.Params.gitlab }}" target="_blank">
|
||||
<a href="https://gitlab.com/{{ .Site.Params.gitlab }}" rel=me target="_blank">
|
||||
<img class="icon" src="{{ .Site.BaseURL }}img/gitlab.svg" alt="gitlab" />
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.instagram }}
|
||||
<a href="https://www.instagram.com/{{ .Site.Params.instagram }}" target="_blank">
|
||||
<a href="https://www.instagram.com/{{ .Site.Params.instagram }}" rel=me target="_blank">
|
||||
<img class="icon" src="{{ .Site.BaseURL }}img/instagram.svg" alt="instagram" />
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.facebook }}
|
||||
<a href="https://facebook.com/{{ .Site.Params.facebook }}" target="_blank">
|
||||
<a href="https://facebook.com/{{ .Site.Params.facebook }}" rel=me target="_blank">
|
||||
<img class="icon" src="{{ .Site.BaseURL }}img/facebook.svg" alt="facebook" />
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.github }}
|
||||
<a href="https://github.com/{{ .Site.Params.github }}" target="_blank">
|
||||
<a href="https://github.com/{{ .Site.Params.github }}" rel=me target="_blank">
|
||||
<img class="icon" src="{{ .Site.BaseURL }}img/github.svg" alt="github" />
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.twitter }}
|
||||
<a href="https://twitter.com/{{ .Site.Params.twitter }}" target="_blank">
|
||||
<a href="https://twitter.com/{{ .Site.Params.twitter }}" rel=me target="_blank">
|
||||
<img class="icon" src="{{ .Site.BaseURL }}img/twitter.svg" alt="twitter" />
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.linkedin }}
|
||||
<a href="https://www.linkedin.com/in/{{ .Site.Params.linkedin }}" target="_blank">
|
||||
<a href="https://www.linkedin.com/in/{{ .Site.Params.linkedin }}" rel=me target="_blank">
|
||||
<img class="icon" src="{{ .Site.BaseURL }}img/linkedin.svg" alt="linkedin" />
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.keybase }}
|
||||
<a href="https://keybase.io/{{ .Site.Params.keybase}}" target="_blank">
|
||||
<a href="https://keybase.io/{{ .Site.Params.keybase}}" rel=me target="_blank">
|
||||
<img class="icon" src="{{ .Site.BaseURL }}img/keybase.svg" alt="keybase" />
|
||||
</a>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user