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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Morris <tom@tommorris.org>2022-10-06 19:49:28 +0300
committerGitHub <noreply@github.com>2022-10-06 19:49:28 +0300
commitffba17acd7772272cc933335f0ca9876fd4fd429 (patch)
tree9a7689b80e8547a411f48d8a3be39740f8aaa9f3
parent3094e3f118f9004d00880a03cd85e1c8bb295367 (diff)
adding rel=me attribute to social links
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 01ef5c4..9201a44 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -34,7 +34,7 @@
{{- with .Site.Params.social }}
<div class="app-header-social">
{{ range . }}
- <a href="{{ .url }}" target="_blank" rel="noreferrer noopener">
+ <a href="{{ .url }}" target="_blank" rel="noreferrer noopener me">
{{ partial "icon.html" (dict "ctx" $ "name" .icon "title" .name) }}
</a>
{{ end }}