From 85bb5b89e7d55bb2929925f1aee882a861e317a7 Mon Sep 17 00:00:00 2001 From: icf20 Date: Mon, 19 Oct 2020 22:54:04 +0200 Subject: [PATCH] simple subtitle :) --- layouts/_default/single.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a83e250..1987be3 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -15,6 +15,7 @@
{{ i18n "nojs-message" }}

{{ .Title }}

+

{{ .Params.subtitle }}

{{ partial "body/infos" . }} {{ partial "body/tags" . }} @@ -107,4 +108,4 @@ }); {{ partial "script/single-script" . }} -{{ end }} \ No newline at end of file +{{ end }}