-{{ range (where .Data.Pages ".Params.hidefromhome" "!=" "true") }} +{{ range (where .Data.Pages ".Section" "==" "tech") }}

{{ .Title }}

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 83766c7..2260fb4 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,8 +2,14 @@
{{ if eq $isHomePage true }}

{{ .Site.Title }}

{{ end }} +
+
+ {{ range $section, $p := .Site.Sections }} + + {{ end }} +
+
-- cgit v1.3.1