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

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-01-20 10:47:23 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-01-20 10:47:23 +0300
commitc1dbbce4b7bc08b587e879ee81f2c8c24f5f40c1 (patch)
treecfa4345024172f0524d23a893e23b2ed9a17278f /layouts
parentebec4a9c55e5e34eb2982987411a29f0aaf136c2 (diff)
modified config file
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 09e7f44..9a77097 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -15,7 +15,7 @@
<div class="col-md-4 col-12">
{{ "<!-- Social Media -->" | safeHTML }}
<ul class="social text-center text-md-right text-lg-right">
- {{ range .Site.Params.footer.socialIcon }}
+ {{ range .Site.Params.socialIcon }}
<li><a href="{{ .url }}"><i class="{{ .icon }}"></i></a></li>
{{ end }}
</ul>