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