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": [
"2024-05-19: Fixed the broken art RSS feed, again!",
"2024-02-19: Further site improvements, started a FFXIV shrine.",
"2024-01-27: Added new artwork!",
"2023-09-24: Added new Sakura artwork, changed profile pic.",

View file

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