1
0
Fork 0

Update atom feed

This commit is contained in:
Daniel Supernault 2019-05-13 19:00:05 -06:00
parent 4cafb8a3ea
commit 5379c462bf
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,10 @@
<name> <![CDATA[{{ $item->profile->username }}]]></name>
</author>
<summary type="html">
{{ $item->caption }}
<![CDATA[
<img id="rss_item_{{$loop->iteration}}" src="{{ $item->thumb() }}">
<p style="padding:10px;">{{ $item->caption }}</p>
]]>
</summary>
<updated>{{ $item->updated_at->toAtomString() }}</updated>
</entry>