From 7ced5779a03b7511baa34044d4fe2644a4c4efed Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Tue, 13 Jul 2021 11:27:52 +0200 Subject: [PATCH] Permit a static text after the page content --- layouts/_default/single.html | 5 ++++- layouts/partials/under_content.html | 0 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/under_content.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ed435fe..62cbaa6 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -66,7 +66,7 @@ {{ .Content }}
-
+
{{ if .PrevInSection }} ← Article précédent @@ -78,8 +78,11 @@ {{ end }}
+
+ {{ partial "comments.html" . }} + {{ partial "under_content.html" . }}