From 6c2261ad3a9bd67a74da45daaaa3d6af8c5227a9 Mon Sep 17 00:00:00 2001 From: Kekskurse Date: Mon, 7 Dec 2020 21:04:03 +0100 Subject: [PATCH] Stuff --- content/about.md | 1 + content/gallery.md | 1 + themes/archie/layouts/_default/single.html | 3 +++ 3 files changed, 5 insertions(+) diff --git a/content/about.md b/content/about.md index 91748b2..c47e6ba 100644 --- a/content/about.md +++ b/content/about.md @@ -2,6 +2,7 @@ title: "About" date: 2020-10-01T14:49:09+02:00 draft: false +cc: "" --- Mail: hello [at] kekskurse.de \ No newline at end of file diff --git a/content/gallery.md b/content/gallery.md index 261d6bc..63bd279 100644 --- a/content/gallery.md +++ b/content/gallery.md @@ -3,5 +3,6 @@ title: "Gallery" date: 2020-10-01T14:49:09+02:00 draft: true hideDate: true +cc: "" --- {{}} \ No newline at end of file diff --git a/themes/archie/layouts/_default/single.html b/themes/archie/layouts/_default/single.html index ae71145..e8af722 100644 --- a/themes/archie/layouts/_default/single.html +++ b/themes/archie/layouts/_default/single.html @@ -37,9 +37,12 @@ Creative Commons Lizenzvertrag {{ else }} + {{ if eq .Params.cc "" }} + {{ else }} Creative Commons Lizenzvertrag + {{ end }} {{ end }}