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

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornodejh <jianghangscu@gmail.com>2021-08-16 09:29:17 +0300
committernodejh <jianghangscu@gmail.com>2021-08-16 09:29:17 +0300
commit82e53f4acd1ea91f80776053c79d18722883ab29 (patch)
treeec320c3f384141f78969b657ebd6b6ce866e43af
parent3db20944b311b8ee50f3550392a268b3906b54f4 (diff)
parentf82acd53bd7eb00ec6afbc2328124d9e16875793 (diff)
feat: add rel-me to social links
-rw-r--r--layouts/partials/social.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 62ba3bb..ebc9d66 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -1,7 +1,7 @@
<div id="social">
{{ range $key, $val := .Site.Social }}
- <a class="symbol" href="{{ $val }}" target="_blank">
+ <a class="symbol" href="{{ $val }}" rel="me" target="_blank">
{{ $svg := print "svgs/" $key ".svg" }}
{{ partial $svg (dict "fill" "#bbbbbb" "width" 28 "height" 28 ) }}
</a>