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

github.com/geschke/hugo-tikva.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer_container.html')
-rw-r--r--layouts/partials/footer_container.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer_container.html b/layouts/partials/footer_container.html
index 7b01548..a9a828c 100644
--- a/layouts/partials/footer_container.html
+++ b/layouts/partials/footer_container.html
@@ -9,7 +9,7 @@
{{- if .Site.Params.Theme.Footer.NumberColumns -}}
{{- $footerColumns = .Site.Params.Theme.Footer.NumberColumns -}}
{{- end -}}
- {{ range first .Site.Params.Theme.Footer.NumberColumns (where .Site.Pages "Section" "footer") }}
+ {{ range first .Site.Params.Theme.Footer.NumberColumns (where .Site.RegularPages "Type" "footer") | sort }}
{{ partial "footer_column.html" . }}
{{ end }}