subtitle fix

This commit is contained in:
fruworg 2023-07-31 00:37:12 +05:00
parent 49bc9c0d56
commit 0fdc039624

View File

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