feed.xml (427B) - raw
1 <?xml version="1.0" encoding="utf-8"?> 2 <feed xmlns="http://www.w3.org/2005/Atom"> 3 <title>{{ feed_title }}</title> 4 <link href="https://oscarbenedito.com/{{ url }}index.xml" rel="self"/> 5 <link href="https://oscarbenedito.com/{{ url }}" rel="alternate"/> 6 <updated>{{ updated }}</updated> 7 <id>tag:oscarbenedito.com,2020-04-13:/{{ url }}</id> 8 <author> 9 <name>Oscar Benedito</name> 10 </author> 11 {{ content }} 12 </feed>