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:
authorHang Jiang <jianghangscu@gmail.com>2021-08-16 09:30:10 +0300
committerGitHub <noreply@github.com>2021-08-16 09:30:10 +0300
commit2bc136efaf994186520c1cb6f078de3331b7430d (patch)
treeec320c3f384141f78969b657ebd6b6ce866e43af
parent3db20944b311b8ee50f3550392a268b3906b54f4 (diff)
parent82e53f4acd1ea91f80776053c79d18722883ab29 (diff)
Merge pull request #100 from nodejh/feature/rel-me
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>