Fix missing curly brace

This commit is contained in:
Harm te Molder 2023-01-07 18:21:21 +01:00
parent 023fe60ce5
commit 31cefa4b9e
No known key found for this signature in database
GPG key ID: 74A98B5EEF1920BA

View file

@ -6,7 +6,7 @@
<id>{{$permalink}}</id>
<title>{{$profile['username']}} on Pixelfed</title>
<subtitle type="html">{{$profile['note']}}</subtitle>
<updated>{{$items[0]['created_at']}</updated>
<updated>{{$items[0]['created_at']}}</updated>
<author>
<name>{{$profile['username']}}</name>
<uri>{{$profile['url']}}</uri>
@ -29,7 +29,7 @@
]]>
</content>
<link rel="alternate" href="{{ $item['url'] }}" />
<summary>{{ $item['content'] }}</summary>
<summary type="html">{{ $item['content'] }}</summary>
<media:content url="{{ $item['media_attachments'][0]['url'] }}" type="image/png" medium="image">
</entry>
@endforeach