mirror of https://github.com/pixelfed/pixelfed.git
Update atom feed
This commit is contained in:
parent
4cafb8a3ea
commit
5379c462bf
|
@ -33,7 +33,10 @@
|
||||||
<name> <![CDATA[{{ $item->profile->username }}]]></name>
|
<name> <![CDATA[{{ $item->profile->username }}]]></name>
|
||||||
</author>
|
</author>
|
||||||
<summary type="html">
|
<summary type="html">
|
||||||
{{ $item->caption }}
|
<![CDATA[
|
||||||
|
<img id="rss_item_{{$loop->iteration}}" src="{{ $item->thumb() }}">
|
||||||
|
<p style="padding:10px;">{{ $item->caption }}</p>
|
||||||
|
]]>
|
||||||
</summary>
|
</summary>
|
||||||
<updated>{{ $item->updated_at->toAtomString() }}</updated>
|
<updated>{{ $item->updated_at->toAtomString() }}</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
Loading…
Reference in New Issue