index — crispy-website @ aa9b5732db83de378307c89d25f935bd3e7f141a

My personal homepage (very crispy)

templates/blogrecs.xml.gotmpl (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>crispy blog recommendations</title>
  <link>https://crispy-caesus.eu/en/blogrecs</link>
  <description>
    some posts I've enjoyed reading and want to share
  </description>
  <language>en-us</language>
  <atom:link 
    href="https://crispy-caesus.eu/en/blogrecs.xml"
    rel="self" 
    type="application/rss+xml"
  />

  {{range .}}<item>
    <title>{{.Title}}</title>
    <link>{{.URL}}</link>
    <author>{{.Author}}</author>
  </item>
  {{end}}
</channel>
</rss>