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

github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Morris <tom@tommorris.org>2020-10-01 21:10:49 +0300
committerGitHub <noreply@github.com>2020-10-01 21:10:49 +0300
commit040fd3e920d902f8cf056edeb801e126a8c9c2b3 (patch)
tree12348f617d1dece7316b947e1d6945105f4f7e19 /layouts
parent4128b8474f3a7230bebf5708c33e911b21dea761 (diff)
Add rel-me to social links
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/social-icons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social-icons.html b/layouts/partials/social-icons.html
index a527520..d1aa10c 100644
--- a/layouts/partials/social-icons.html
+++ b/layouts/partials/social-icons.html
@@ -5,7 +5,7 @@
{{ range $icons }}
{{ $icon := anchorize . }}
{{ if isset $currentPage.Site.Params $icon }}
- <a class="social-icons__link" title="{{ . }}"
+ <a class="social-icons__link" rel="me" title="{{ . }}"
href="{{ index $currentPage.Site.Params $icon }}"
target="_blank" rel="noopener">
<div class="social-icons__icon" style="background-image: url('{{print "svg/" $icon ".svg" | absURL}}')"></div>