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:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index d4fb410..01ef5c4 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -34,7 +34,9 @@
{{- with .Site.Params.social }}
<div class="app-header-social">
{{ range . }}
- <a href="{{ .url }}" target="_blank" rel="noreferrer noopener">{{ partial "icon.html" (dict "ctx" $ "name" .icon) }}</a>
+ <a href="{{ .url }}" target="_blank" rel="noreferrer noopener">
+ {{ partial "icon.html" (dict "ctx" $ "name" .icon "title" .name) }}
+ </a>
{{ end }}
</div>
{{- end }}