aboutsummaryrefslogtreecommitdiff
path: root/yapyap/template.xml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-01-29 08:01:26 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-01-29 08:01:26 +0100
commit496e9d847185d7be88ff865e1b9ff55f91ae7d3d (patch)
treed5a820704628bde9b6111101041d8270af2d0081 /yapyap/template.xml
parent29231c17524aa55ff5915b207d1e697c709b7073 (diff)
downloadmitjafelicijan.com-496e9d847185d7be88ff865e1b9ff55f91ae7d3d.tar.gz
Added updates to YapYap
Diffstat (limited to 'yapyap/template.xml')
-rw-r--r--yapyap/template.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/yapyap/template.xml b/yapyap/template.xml
index e90cabb..04bfcab 100644
--- a/yapyap/template.xml
+++ b/yapyap/template.xml
@@ -10,9 +10,9 @@
10 10
11 {{ range $i, $e := .Posts }} 11 {{ range $i, $e := .Posts }}
12 <item> 12 <item>
13 13
14 <guid>aaa{{ $i }}</guid> 14 <guid>{{ $i }}</guid>
15 <description>{{ .Text }}</description> 15 <description>{{ .Text | nl2br }}</description>
16 <pubDate>{{ .Date }}</pubDate> 16 <pubDate>{{ .Date }}</pubDate>
17 17
18 {{if .Image }} 18 {{if .Image }}