added sitemap, rss feeds
diff --git a/erpnext/website/page/blog/blog.html b/erpnext/website/page/blog/blog.html
index f271e03..79ea7f0 100644
--- a/erpnext/website/page/blog/blog.html
+++ b/erpnext/website/page/blog/blog.html
@@ -5,9 +5,17 @@
<div class="web-main-section">
</div>
<div class="web-side-section">
+ <!-- for later
<h4>Get Updates</h4>
+ <p>
<input name="blog-subscribe">
<button class="btn" id="blog-subscribe">Subscribe</button>
+ </p>-->
+ <h4>Subscribe</h4>
+ <p>
+ <img src="images/feed.png" style="margin-right: 4px; margin-bottom: -4px">
+ <a href="rss.xml" target="_blank">RSS Feed</a>
+ </p>
</div>
<div style="clear: both"></div>
</div>