summaryrefslogtreecommitdiff
path: root/templates/rss_head.xml
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-04-21 23:37:19 -0400
committerAdam T. Carpenter <atc@53hor.net>2021-04-21 23:37:19 -0400
commit484caec3ff5d9865ebc4e66711ef86e6bcbb094f (patch)
tree9bdd4db43f1de9eb94a060f58b755aaf621ad0f5 /templates/rss_head.xml
parent947868e661e05216b5555f6e6393b1003bc1245b (diff)
download53hor-484caec3ff5d9865ebc4e66711ef86e6bcbb094f.tar.xz
53hor-484caec3ff5d9865ebc4e66711ef86e6bcbb094f.zip
automated RSS generation
Diffstat (limited to 'templates/rss_head.xml')
-rw-r--r--templates/rss_head.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/rss_head.xml b/templates/rss_head.xml
new file mode 100644
index 0000000..286ac21
--- /dev/null
+++ b/templates/rss_head.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE xml>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>53hornet's Feed</title>
+ <link>https://www.53hor.net</link>
+ <atom:link href="https://www.53hor.net/rss.xml" rel="self" type="application/rss+xml" />
+ <description>The World Wide Web pages of Adam Carpenter</description>
+ <image>
+ <url>https://www.53hor.net/includes/logo_diag.png</url>
+ <title>53hornet's Feed</title>
+ <link>https://www.53hor.net</link>
+ </image>