From 0f9a69bb83882c45d67b901bf9d897d7fd35eb2f Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 27 Aug 2016 13:03:56 +0200 Subject: rework images and background --- themes/flog/layouts/_default/single.html | 5 +++++ themes/flog/layouts/partials/footer.html | 9 --------- themes/flog/layouts/partials/header.html | 2 +- themes/flog/layouts/partials/listing.html | 3 +-- 4 files changed, 7 insertions(+), 12 deletions(-) (limited to 'themes') diff --git a/themes/flog/layouts/_default/single.html b/themes/flog/layouts/_default/single.html index 330c6fd..e6be8ee 100644 --- a/themes/flog/layouts/_default/single.html +++ b/themes/flog/layouts/_default/single.html @@ -1,7 +1,11 @@ {{ partial "header.html" . }} +
+ {{ if .Params.image }} + + {{ end }}

{{ .Title }}

@@ -10,4 +14,5 @@
+
{{ partial "footer.html" . }} diff --git a/themes/flog/layouts/partials/footer.html b/themes/flog/layouts/partials/footer.html index 937ff18..034918e 100644 --- a/themes/flog/layouts/partials/footer.html +++ b/themes/flog/layouts/partials/footer.html @@ -4,14 +4,7 @@