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

github.com/schmanat/hugo-highlights-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer-social.html')
-rw-r--r--layouts/partials/footer-social.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer-social.html b/layouts/partials/footer-social.html
index a2e2765..5e56bd5 100644
--- a/layouts/partials/footer-social.html
+++ b/layouts/partials/footer-social.html
@@ -1,11 +1,11 @@
<footer>
<ul class="icons">
- {{ range .Site.Params.footer.social }}
+ {{ range .social }}
<li><a href="{{ .link }}" class="icon alt {{ .icon }}"><span class="label">{{ .title }}</span></a></li>
{{ end }}
</ul>
<ul class="copyright">
- {{ range .Site.Params.footer.copyright.notice }}
+ {{ range .copyright.notice }}
<li>{{ .text | markdownify }}</li>
{{ end }}
</ul>