added blog subscriber, unsubscribe
diff --git a/erpnext/website/page/blog/blog.html b/erpnext/website/page/blog/blog.html
new file mode 100644
index 0000000..f271e03
--- /dev/null
+++ b/erpnext/website/page/blog/blog.html
@@ -0,0 +1,14 @@
+<div class="layout_wrapper">
+ <div class="web-content" id="content-blog">
+ <h1>Blog</h1>
+ <br>
+ <div class="web-main-section">
+ </div>
+ <div class="web-side-section">
+ <h4>Get Updates</h4>
+ <input name="blog-subscribe">
+ <button class="btn" id="blog-subscribe">Subscribe</button>
+ </div>
+ <div style="clear: both"></div>
+ </div>
+</div>
\ No newline at end of file