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"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>ErikWinter.nl</title>
|
||||
<link>https://erikwinter.nl/</link>
|
||||
<description>Activity on ErikWinter.nl</description>
|
||||
<language>en-us</language>
|
||||
<title>VrijKorteVerhalen.nl</title>
|
||||
<link>https://vrijkorteverhalen.nl/</link>
|
||||
<description>VKV's op VrijKorteVerhalen.nl</description>
|
||||
<language>nl-nl</language>
|
||||
<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 -}}
|
||||
<item>
|
||||
<title>{{ .Title }}</title>
|
||||
|
|
Loading…
Reference in New Issue