Add button styles and "view all articles" link to home

This commit is contained in:
Michael Rose
2013-05-31 11:52:02 -04:00
parent e4ab4c7066
commit 9478323056
6 changed files with 62 additions and 3 deletions

View File

@ -26,6 +26,7 @@
</div>
<div id="index" itemprop="mainContentOfPage" itemscope itemtype="http://schema.org/Blog">
<a href="{{ site.url}}/articles" class="btn btn-small pull-right">View all articles</a>
<h3>Latest Articles</h3>
<hr />
{% for post in site.categories.articles limit:5 %}