brotherton-erpnext/erpnext/website/page/blog/blog.html

23 lines
613 B
HTML
Raw Normal View History

2012-04-18 11:25:43 +00:00
<div class="layout-wrapper layout-wrapper-background">
2012-01-27 12:30:14 +00:00
<div class="web-content" id="content-blog">
2012-04-18 11:25:43 +00:00
<div class="layout-main-section">
<h1>Blog</h1>
<br>
2012-04-26 13:31:35 +00:00
<div id="blog-list"></div>
2012-01-27 12:30:14 +00:00
</div>
2012-04-18 11:25:43 +00:00
<div class="layout-side-section">
2012-02-07 07:59:31 +00:00
<!-- for later
2012-01-27 12:30:14 +00:00
<h4>Get Updates</h4>
2012-02-07 07:59:31 +00:00
<p>
2012-01-27 12:30:14 +00:00
<input name="blog-subscribe">
<button class="btn" id="blog-subscribe">Subscribe</button>
2012-02-07 07:59:31 +00:00
</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>
2012-01-27 12:30:14 +00:00
</div>
<div style="clear: both"></div>
</div>
</div>