Remove headline wrap and fix schema tag on post/page title's

This commit is contained in:
Michael Rose
2013-09-07 10:12:25 -04:00
parent c088d244cc
commit f2b576b6b3
7 changed files with 4 additions and 31 deletions

View File

@@ -24,7 +24,7 @@
</div>
<article itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
<div class="headline-wrap">
<h1 itemprop="headline">{{ page.title }}</h1>
<h1 itemprop="name">{{ page.title }}</h1>
<h2>{{ page.tagline }}</h2>
</div><!--/ .headline-wrap -->
<div class="article-wrap" itemprop="text">