Remove headline wrap and fix schema tag on post/page title's
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user