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" . }}