From 85ce527b0b9278975993e9149e996cb8c7a04e41 Mon Sep 17 00:00:00 2001 From: Alexis Tacnet Date: Wed, 4 Jan 2017 01:16:24 +0100 Subject: [PATCH] Remove fixed single and correct the default one --- layouts/_default/single.html | 5 ++++- layouts/fixed/single.html | 12 ------------ 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 layouts/fixed/single.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index bed1457..dda9065 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,7 +2,10 @@
- {{ .Content }} + {{ partial "page-heading.html" . }} +
+ {{ .Content }} +
diff --git a/layouts/fixed/single.html b/layouts/fixed/single.html deleted file mode 100644 index dda9065..0000000 --- a/layouts/fixed/single.html +++ /dev/null @@ -1,12 +0,0 @@ -{{ partial "header.html" . }} -
-
-
- {{ partial "page-heading.html" . }} -
- {{ .Content }} -
-
-
-
-{{ partial "footer.html" . }}