Fix the art RSS feed

This commit is contained in:
Joshua Goins 2024-05-19 16:48:01 -04:00
parent dd6ba02f2a
commit 5a818f71b3
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{ {
"changes": [ "changes": [
"2024-05-19: Fixed the broken art RSS feed, again!",
"2024-02-19: Further site improvements, started a FFXIV shrine.", "2024-02-19: Further site improvements, started a FFXIV shrine.",
"2024-01-27: Added new artwork!", "2024-01-27: Added new artwork!",
"2023-09-24: Added new Sakura artwork, changed profile pic.", "2023-09-24: Added new Sakura artwork, changed profile pic.",

View file

@ -77,9 +77,7 @@
<content:encoded>{{ "<![CDATA[" | safeHTML }} <content:encoded>{{ "<![CDATA[" | safeHTML }}
{{ $pageScope := . }} {{ $pageScope := . }}
{{ with resources.Get .Params.filename }} {{ partial "render-art" . }}
<img width="500" alt="{{ $pageScope.Params.alt_text }}" src="{{ .Permalink }}"/>
{{ end }}
{{ with .Content }} {{ with .Content }}
<p>{{ . | safeHTML }}</p> <p>{{ . | safeHTML }}</p>