Fix the art RSS feed
This commit is contained in:
parent
dd6ba02f2a
commit
5a818f71b3
2 changed files with 2 additions and 3 deletions
|
@ -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.",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue