diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-29 06:35:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-29 06:35:54 +0100 |
| commit | 29231c17524aa55ff5915b207d1e697c709b7073 (patch) | |
| tree | 7b0f4c949f0861c8a1e7565f0b7358b33fb74f7c /yapyap/yapyap.xml | |
| parent | c843640f0f015c77dadb687b51b0f79696ecaa9b (diff) | |
| download | mitjafelicijan.com-29231c17524aa55ff5915b207d1e697c709b7073.tar.gz | |
Added YapYap
Diffstat (limited to 'yapyap/yapyap.xml')
| -rw-r--r-- | yapyap/yapyap.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/yapyap/yapyap.xml b/yapyap/yapyap.xml new file mode 100644 index 0000000..bbde2f3 --- /dev/null +++ b/yapyap/yapyap.xml | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <?xml-stylesheet type="text/xsl" href="theme.xsl"?> | ||
| 3 | <rss version="2.0"> | ||
| 4 | <channel> | ||
| 5 | |||
| 6 | <title>Mitja Felicijan</title> | ||
| 7 | <link>https://mitjafelicijan.com</link> | ||
| 8 | <managingEditor>m@mitjafelicijan.com (Mitja Felicijan)</managingEditor> | ||
| 9 | <generator>YapYap</generator> | ||
| 10 | |||
| 11 | |||
| 12 | <item> | ||
| 13 | |||
| 14 | <guid>aaa0</guid> | ||
| 15 | <description>My first post! It has to start somewhere!</description> | ||
| 16 | <pubDate>Sat, 29 Jan 2022 08:00:00 EST</pubDate> | ||
| 17 | |||
| 18 | |||
| 19 | <enclosure url="/assets/yapyap/hello.png" type="image/jpeg" /> | ||
| 20 | |||
| 21 | |||
| 22 | </item> | ||
| 23 | |||
| 24 | |||
| 25 | </channel> | ||
| 26 | </rss> | ||
