blog_subscribe.html: rss icon fix

This commit is contained in:
Rushabh Mehta 2012-10-03 16:31:13 +05:30
parent 15c478d5d6
commit eff64629de

View File

@ -4,6 +4,6 @@
<button class="btn btn-warning btn-blog-subscribe">Get Updates via Email</button>
</p>
<p>
<img src="images/feed.png" style="margin-right: 4px; margin-bottom: -4px">
<img src="app/images/feed.png" style="margin-right: 4px; margin-bottom: -4px">
<a href="rss.xml" target="_blank">RSS Feed</a>
</p>