From 684990f951b379023cc3e2e030a1b333c36d3a62 Mon Sep 17 00:00:00 2001 From: Raphael Reitzig <4246780+reitzig@users.noreply.github.com> Date: Tue, 16 Jun 2020 13:43:20 +0200 Subject: Add more user hooks New (empty) templates added in article header and at article bottom. --- layouts/_default/single.html | 1 + layouts/partials/article-extra.html | 3 +++ layouts/partials/article-header-extra.html | 3 +++ layouts/partials/article-header.html | 1 + 4 files changed, 8 insertions(+) create mode 100644 layouts/partials/article-extra.html create mode 100644 layouts/partials/article-header-extra.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index b19c782..eaba5cf 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -13,6 +13,7 @@ {{- partial "article-share.html" . -}} {{- partial "article-license.html" . -}} {{- partial "article-author.html" . -}} + {{- partial "article-extra.html" . -}}
{{- partial "article-bottom-navigation.html" . -}} diff --git a/layouts/partials/article-extra.html b/layouts/partials/article-extra.html new file mode 100644 index 0000000..22887c4 --- /dev/null +++ b/layouts/partials/article-extra.html @@ -0,0 +1,3 @@ + diff --git a/layouts/partials/article-header-extra.html b/layouts/partials/article-header-extra.html new file mode 100644 index 0000000..88dad2b --- /dev/null +++ b/layouts/partials/article-header-extra.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/layouts/partials/article-header.html b/layouts/partials/article-header.html index d50df68..2e137b9 100644 --- a/layouts/partials/article-header.html +++ b/layouts/partials/article-header.html @@ -25,4 +25,5 @@ {{- end -}}

{{- end -}} + {{- partial "article-header-extra.html" . -}} \ No newline at end of file -- cgit v1.2.3