2020-12-04 12:50:20 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
|
|
<channel>
|
2020-12-31 14:06:44 +01:00
|
|
|
<title>VrijKorteVerhalen.nl</title>
|
|
|
|
<link>https://vrijkorteverhalen.nl/</link>
|
|
|
|
<description>VKV's op VrijKorteVerhalen.nl</description>
|
|
|
|
<language>nl-nl</language>
|
2020-12-04 12:50:20 +01:00
|
|
|
<lastBuildDate>{{ .DateFormal }}</lastBuildDate>
|
2020-12-31 14:06:44 +01:00
|
|
|
<atom:link href="https://vrijkorteverhalen.nl/index.xml" rel="self" type="application/rss+xml" />
|
2020-12-04 12:50:20 +01:00
|
|
|
{{- range .Posts -}}
|
|
|
|
<item>
|
|
|
|
<title>{{ .Title }}</title>
|
|
|
|
<link>{{ .Link }}</link>
|
|
|
|
<pubDate>{{ .DateFormal }}</pubDate>
|
|
|
|
<guid>{{ .Link }}</guid>
|
|
|
|
<description>{{ .Content }}</description>
|
|
|
|
</item>
|
|
|
|
{{- end -}}
|
|
|
|
</channel>
|
|
|
|
</rss>
|