From 42ef6e58f4cb6fcb1cc9cb813cd8c7f4dc588388 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Sun, 2 Apr 2017 17:18:15 +0200 Subject: [PATCH] Add Impress --- layouts/partials/footer.html | 12 +++++++----- layouts/section/impress.html | 16 ++++++++++++++++ 2 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 layouts/section/impress.html diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6818781..6b56ba8 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,10 +3,12 @@ {{ partial "social.html" . }} {{ end }}

- {{ with .Site.Params.copyright }} - {{ . | markdownify }} - {{ else }} - © Copyright {{ now.Format "2006"}} {{ .Site.Params.name }} - {{ end }} + {{ with .Site.Params.copyright }} + {{ . | markdownify }} + {{ else }} + © Copyright {{ now.Format "2006"}} {{ .Site.Params.name }} + {{ end }} + | Impressum +

diff --git a/layouts/section/impress.html b/layouts/section/impress.html new file mode 100644 index 0000000..8486c65 --- /dev/null +++ b/layouts/section/impress.html @@ -0,0 +1,16 @@ + {{ partial "head.html" . }} + + {{ partial "nav.html" . }} + +
+
+
+ {{ .Content }} +
+
+ {{ partial "footer.html" . }} +
+ + {{ partial "js.html" . }} + +