From acace8f325732ecc6789e774d29dcaf09bcfdbb0 Mon Sep 17 00:00:00 2001 From: fruworg Date: Mon, 31 Jul 2023 00:42:00 +0500 Subject: [PATCH] subtitle --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 23876cb..9fb1eee 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -12,7 +12,7 @@
{{- if isset .Site.Params "description" -}} - {{ template "partials/subtitle.html" | markdownify }} + {{ template "partials/subtitle.html" . }} {{- end -}}
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}