little fix for subtitle

This commit is contained in:
2023-07-31 21:20:03 +06:00
parent 3ee1de3f39
commit e8114cf67f
2 changed files with 4 additions and 4 deletions

View File

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