summaryrefslogtreecommitdiff
path: root/blog/old_newer/src/templates/rss/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'blog/old_newer/src/templates/rss/rss.xml')
-rw-r--r--blog/old_newer/src/templates/rss/rss.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/blog/old_newer/src/templates/rss/rss.xml b/blog/old_newer/src/templates/rss/rss.xml
deleted file mode 100644
index bda362a..0000000
--- a/blog/old_newer/src/templates/rss/rss.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<rss version="2.0"
- xmlns:atom="http://www.w3.org/2005/Atom"
- xmlns:content="http://purl.org/rss/1.0/modules/content/">
- <channel>
- <title>$$TITLE</title>
- <link>$$LINK</link>
- <atom:link href="https://blog.luevano.xyz/rss.xml" rel="self" type="application/rss+xml"/>
- <description>A personal weblog ranging from rants to how to's and other thoughts.</description>
- <language>en-us</language>
- <category>Blog</category>
- <copyright>Copyright 2021 David Luévano Alvarado</copyright>
- <managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor>
- <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster>
- <pubDate>$$CURRENTDATE</pubDate>
- <lastBuildDate>$$CURRENTDATE</lastBuildDate>
- <generator>$$PYSSGVERSION</generator>
- <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
- <ttl>30</ttl>
- <image>
- <url>https://static.luevano.xyz/images/blog.png</url>
- <title>$$TITLE</title>
- <link>$$LINK</link>
- </image>
-$$ITEMS
- </channel>
-</rss>