Add button styles and "view all articles" link to home
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user