From 49bc9c0d56278c2aa9f097c5092a9b2807d5de47 Mon Sep 17 00:00:00 2001 From: fruworg Date: Mon, 31 Jul 2023 00:32:04 +0500 Subject: [PATCH] subtitle update --- layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 897c9ec..7ecad57 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,8 +11,8 @@
- {{- if isset .Site.Params "subtitle" -}} -
{{ .Site.Params.Subtitle | markdownify }}
+ {{- if isset .Site.Params "description" -}} +
{{ template "partials/subtitle.md" | markdownify }}
{{- end -}}
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}