This commit is contained in:
Will Faught
2025-02-08 22:29:02 -08:00
parent e05675878d
commit 394cfb9d93
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@
{{ end }}
{{ with $subtitle }}
<subtitle type="html">{{ printf "<![CDATA[%s]]>" . | safeHTML}}</subtitle>
<subtitle type="html">{{ printf "<![CDATA[%s]]>" . | safeHTML }}</subtitle>
{{ end }}
{{ printf `<title type="html"><![CDATA[%s]]></title>` $title | safeHTML }}
@@ -116,7 +116,7 @@
{{ end }}
{{ if not $content }}
{{ $content = .Description | markdownify}}
{{ $content = .Description | markdownify }}
{{ end }}
{{ if not $title }}