subtitle update

This commit is contained in:
fruworg 2023-07-31 00:32:04 +05:00
parent 22aa06a5c2
commit 49bc9c0d56

View File

@ -11,8 +11,8 @@
<main class="list">
<div class="site-description">
{{- if isset .Site.Params "subtitle" -}}
<pre>{{ .Site.Params.Subtitle | markdownify }}</pre>
{{- if isset .Site.Params "description" -}}
<pre>{{ template "partials/subtitle.md" | markdownify }}</pre>
{{- end -}}
</div>
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}