diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 1624148..9445fbb 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,9 +1,7 @@ {{ partial "header.html" . }} -
-
- {{ partial "headline-hash.html" .Content }} -
-
+
+ {{ partial "prose.html" .Content }} +
{{ partial "footer.html" . }} diff --git a/layouts/doc/single.html b/layouts/doc/single.html index 7e4311d..7c2edae 100644 --- a/layouts/doc/single.html +++ b/layouts/doc/single.html @@ -1,15 +1,11 @@ {{ partial "header.html" . }} -
-
-
- {{ partial "menu" . }} -
-
-
- {{ partial "headline-hash.html" .Content }} -
-
+
+
+ {{ partial "menu" . }} +
+
+ {{ partial "prose.html" .Content }}
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 97336de..f4863cd 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -1,28 +1,21 @@ - diff --git a/layouts/partials/prose.html b/layouts/partials/prose.html new file mode 100644 index 0000000..bd30ee3 --- /dev/null +++ b/layouts/partials/prose.html @@ -0,0 +1,3 @@ +
+ {{ partial "headline-hash.html" . }} +
diff --git a/layouts/post/single.html b/layouts/post/single.html index 57035ab..5e57875 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -7,9 +7,7 @@ -
- {{ partial "headline-hash.html" .Content }} -
+ {{ partial "prose.html" .Content }} {{ partial "vikunja-cloud-banner.html" }}