edited vkv rss template
This commit is contained in:
parent
5fcd02d086
commit
d0c5b78ca1
|
@ -1,12 +1,12 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>ErikWinter.nl</title>
|
<title>VrijKorteVerhalen.nl</title>
|
||||||
<link>https://erikwinter.nl/</link>
|
<link>https://vrijkorteverhalen.nl/</link>
|
||||||
<description>Activity on ErikWinter.nl</description>
|
<description>VKV's op VrijKorteVerhalen.nl</description>
|
||||||
<language>en-us</language>
|
<language>nl-nl</language>
|
||||||
<lastBuildDate>{{ .DateFormal }}</lastBuildDate>
|
<lastBuildDate>{{ .DateFormal }}</lastBuildDate>
|
||||||
<atom:link href="https://erikwinter.nl/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://vrijkorteverhalen.nl/index.xml" rel="self" type="application/rss+xml" />
|
||||||
{{- range .Posts -}}
|
{{- range .Posts -}}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
|
|
Loading…
Reference in New Issue