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

github.com/EmielH/stip-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2019-04-13 12:03:29 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-04-13 12:03:29 +0300
commit71f4a28bf7e5c484aeef2e581ca5e1fc057497e3 (patch)
tree75ffa1f03875877ea3701480eb7147707d272181
parentf221ffffcdede0403130cf48b42d16e966aa408c (diff)
Add rel="me" attribute to linksHEADv1.0.0master
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index f1c840c..d136839 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -12,7 +12,7 @@
<div class="links">
{{- range .Site.Params.links -}}
- <a href="{{ .url }}" title="{{ .title }}">
+ <a rel="me" href="{{ .url }}" title="{{ .title }}">
<span class="{{ .iconset | default "fab" }} fa-{{ .icon }}"></span>
</a>
{{- end -}}
@@ -22,4 +22,4 @@
</div>
</main>
-{{ end }} \ No newline at end of file
+{{ end }}