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

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-24 12:23:57 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-24 12:23:57 +0300
commit1188bc0069873885dd32e0c5f9e3270cbdaa535c (patch)
tree7896bc319580dfc12a864224239430d9f0b89def /layouts
parent5bab708ea64b74b48f752f835ad49b4ac1d9bbbf (diff)
:truck: Move footer links into specific folder
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer/index.html b/layouts/partials/footer/index.html
index 404b53d..6d59f50 100644
--- a/layouts/partials/footer/index.html
+++ b/layouts/partials/footer/index.html
@@ -25,7 +25,7 @@
<h2>{{ .Site.Params.Footer.title3 }}</h2>
</header>
<ul class="divided">
- {{ range .Site.Data.footerlinks.left.links }}
+ {{ range .Site.Data.footer.links.left.links }}
<li><a href="{{ .url }}">{{ .text }}</a></li>
{{ end }}
</ul>
@@ -37,7 +37,7 @@
<h2>{{ .Site.Params.Footer.title4 }}</h2>
</header>
<ul class="divided">
- {{ range .Site.Data.footerlinks.right.links }}
+ {{ range .Site.Data.footer.links.right.links }}
<li><a href="{{ .url }}">{{ .text }}</a></li>
{{ end }}
</ul>