aboutsummaryrefslogtreecommitdiff
path: root/yapyap/template.xml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-01-31 05:01:02 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-01-31 05:01:02 +0100
commit8d014338b29e02b290a5e1c926532fe0f7b7cca6 (patch)
treec7f0ac74b40c544c66af9ab305cbd2f35a646f5d /yapyap/template.xml
parenta306363f9d102a162d582f0f19920f6b6578a0f6 (diff)
downloadmitjafelicijan.com-8d014338b29e02b290a5e1c926532fe0f7b7cca6.tar.gz
Removed YapYap from the site
Diffstat (limited to 'yapyap/template.xml')
-rw-r--r--yapyap/template.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/yapyap/template.xml b/yapyap/template.xml
deleted file mode 100644
index 3333cc8..0000000
--- a/yapyap/template.xml
+++ /dev/null
@@ -1,26 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<?xml-stylesheet type="text/xsl" href="theme.xsl?v=2"?>
3<rss version="2.0">
4 <channel>
5
6 <title>{{ .Feed.Author }}</title>
7 <link>{{ .Feed.Link }}</link>
8 <managingEditor>{{ .Feed.Email }} ({{ .Feed.Author }})</managingEditor>
9 <generator>YapYap</generator>
10
11 {{ range $i, $e := .Posts }}
12 <item>
13
14 <guid>{{ $i }}</guid>
15 <description>{{ .Text | nl2br }}</description>
16 <pubDate>{{ .Date }}</pubDate>
17
18 {{if .Image }}
19 <enclosure url="{{ .Image }}" type="image/jpeg" />
20 {{end}}
21
22 </item>
23 {{ end }}
24
25 </channel>
26</rss>