fix rss template
This commit is contained in:
parent
45293c9c21
commit
4b6352a1d9
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user