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