fix rss template

This commit is contained in:
gutmet 2022-11-23 22:30:25 +01:00
parent 45293c9c21
commit 4b6352a1d9

View File

@ -14,7 +14,7 @@
@{{$user}} ({{$status.ID}}): <br><br> @{{$user}} ({{$status.ID}}): <br><br>
{{replaceAll $status.Content "\n" "<br>"}} {{replaceAll $status.Content "\n" "<br>"}}
{{range $idxMedia, $media := $status.MediaAttachments}} {{range $idxMedia, $media := $status.MediaAttachments}}
<br><a href="{{$media.URL}}">{{$media.Description}}</a> <br><a href="{{$media.URL}}"><img src="{{$media.URL}}"/></a>
{{end}} {{end}}
]]></content:encoded> ]]></content:encoded>