Update index.html

This commit is contained in:
2023-07-31 22:35:47 +06:00
committed by GitHub
parent 8c34a05db8
commit 0c93cad37f

View File

@ -8,7 +8,7 @@
<main class="list">
<div class="site-description">
{{- if .Param "subtitleFile" -}}
{{- if .Param "subtitlefile" -}}
{{ template "partials/subtitle.html" . }}
{{- else if isset .Site.Params "subtitle" -}}
<p>{{ .Site.Params.Subtitle | markdownify }}</p>