Remove headline wrap and fix schema tag on post/page title's
This commit is contained in:
@@ -23,8 +23,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>
|
||||
<h3><a href="{{ site.url}}/articles">Articles</a></h3>
|
||||
<hr />
|
||||
{% for post in site.categories.articles limit:5 %}
|
||||
<article itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
|
||||
|
||||
Reference in New Issue
Block a user