From 4556a4ec7753a8cf85e0568e245dc3e7328bc708 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 26 May 2016 17:14:53 +0200 Subject: add creative texts (Deutsch) in its own section --- layouts/partials/footer.html | 8 +++++++- layouts/partials/header.html | 9 +++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'layouts/partials') 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