diff --git a/themes/lhs-retro/layouts/partials/footer.html b/themes/lhs-retro/layouts/partials/footer.html index c21c0ac..31b6af7 100644 --- a/themes/lhs-retro/layouts/partials/footer.html +++ b/themes/lhs-retro/layouts/partials/footer.html @@ -6,6 +6,16 @@ WN7 2LB
info@leighhack.org

+ +

+ Policies: + {{ $menu_items := add (len .Site.Menus.policies) -1 }} + {{- range $i, $e := .Site.Menus.policies }} + {{ .Name | humanize + }}{{ if lt $i $menu_items }} / {{ end }} + {{- end }} +

+

Socials: {{ $menu_items := add (len .Site.Params.social_links) -1 }} @@ -28,7 +38,7 @@ alt="Valid HTML 4.01 Transitional" height="31" width="88"> {{ end }} {{ with resources.Get "images/leigh-hackspace-button.gif" }} - Leigh Hackspace + Leigh Hackspace {{ end }}

\ No newline at end of file