summaryrefslogtreecommitdiff
path: root/layout/feed.xml
diff options
context:
space:
mode:
authorSunaina Pai <sunainapai.in@gmail.com>2018-03-17 14:45:21 +0530
committerSunaina Pai <sunainapai.in@gmail.com>2018-03-17 14:45:21 +0530
commit62d0aa159fc046a27bed47e337d787a08f4687d0 (patch)
treec1162f14377890c290d2ad114b3892cbb9848975 /layout/feed.xml
Add makesite: A simple static site generator
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>