summaryrefslogtreecommitdiff
path: root/layout/feed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/feed.xml')
-rw-r--r--layout/feed.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/feed.xml b/layout/feed.xml
new file mode 100644
index 0000000..388c39e
--- /dev/null
+++ b/layout/feed.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rss version="2.0">
+
+<channel>
+<title>{{ title }}</title>
+<link>{{ site_url }}/</link>
+<description>Grow with Technology</description>
+
+{{ content }}
+
+</channel>
+</rss>