Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Morris <tom@tommorris.org>2019-04-22 19:42:02 +0300
committerJuraj Bubniak <juraj.bubniak@gmail.com>2019-04-22 19:42:02 +0300
commit86c285af29442e70e81e7eda65305910dbf9c94b (patch)
tree82a1759802522edd9617054c228488c72a2776be
parent5f9c05ca0f2cd9327678494c49833b43069849c9 (diff)
Adds rel-me to social links (#65)
-rw-r--r--layouts/partials/header.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 64412a0..bd982f9 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -38,32 +38,32 @@
{{ end }}
<a class="button-square" href="{{ .Site.BaseURL }}index.xml"><i class="fa fa-rss"></i></a>
{{ with .Site.Params.twitter }}
- <a class="button-square button-social hint--top" data-hint="Twitter" title="Twitter" href="{{ . }}">
+ <a class="button-square button-social hint--top" data-hint="Twitter" title="Twitter" href="{{ . }}" rel="me">
<i class="fa fa-twitter"></i>
</a>
{{ end }}
{{ with .Site.Params.gitlab }}
- <a class="button-square button-social hint--top" data-hint="Gitlab" title="Gitlab" href="{{ . }}">
+ <a class="button-square button-social hint--top" data-hint="Gitlab" title="Gitlab" href="{{ . }}" rel="me">
<i class="fa fa-gitlab"></i>
</a>
{{ end }}
{{ with .Site.Params.github }}
- <a class="button-square button-social hint--top" data-hint="Github" title="Github" href="{{ . }}">
+ <a class="button-square button-social hint--top" data-hint="Github" title="Github" href="{{ . }}" rel="me">
<i class="fa fa-github-alt"></i>
</a>
{{ end }}
{{ with .Site.Params.stackoverflow }}
- <a class="button-square button-social hint--top" data-hint="Stack Overflow" title="Stack Overflow" href="{{ . }}">
+ <a class="button-square button-social hint--top" data-hint="Stack Overflow" title="Stack Overflow" href="{{ . }}" rel="me">
<i class="fa fa-stack-overflow"></i>
</a>
{{ end }}
{{ with .Site.Params.linkedin }}
- <a class="button-square button-social hint--top" data-hint="LinkedIn" title="LinkedIn" href="{{ . }}">
+ <a class="button-square button-social hint--top" data-hint="LinkedIn" title="LinkedIn" href="{{ . }}" rel="me">
<i class="fa fa-linkedin"></i>
</a>
{{ end }}
{{ with .Site.Params.gplus }}
- <a class="button-square button-social hint--top" data-hint="Google+" title="Google+" href="{{ . }}">
+ <a class="button-square button-social hint--top" data-hint="Google+" title="Google+" href="{{ . }}" rel="me">
<i class="fa fa-google-plus"></i>
</a>
{{ end }}