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

github.com/uicardiodev/hugo-uilite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Morris <tom@tommorris.org>2019-04-21 13:02:08 +0300
committerGitHub <noreply@github.com>2019-04-21 13:02:08 +0300
commit1c987de687e73d444616d4bfb7f628bbc178c746 (patch)
treee19a44289db354693af21a45f30e3b31a0527966
parent8e97d84a1c23c75aeb4a7e843aaa37e683ff062d (diff)
Adds rel-me to social links
-rw-r--r--layouts/partials/sidebar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 58e22a6..631a8c7 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -11,7 +11,7 @@
<div class="social my-4">
{{ range $key, $value := $social }}
- <a target="_blank" href="{{ $value }}">
+ <a target="_blank" href="{{ $value }}" rel="me">
<i class="fab fa-{{ $key }}"></i>
</a>
{{ end }}
@@ -22,4 +22,4 @@
</div>
-</section> \ No newline at end of file
+</section>