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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/social.html')
-rw-r--r--layouts/partials/social.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 5bcb16b..44c19d5 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -1,6 +1,6 @@
<section class="social-links">
+
{{ $links := $.Site.Params.Social }}
- {{ $len := (len $links) }}
{{ range $k, $v := $links }}
{{ if $v }}
@@ -11,4 +11,5 @@
</a>
{{ end }}
{{ end }}
+
</section> \ No newline at end of file