Fix typo in h1
This commit is contained in:
parent
7483b2b034
commit
55a62673c4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
</div>
|
</div>
|
||||||
<article itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
|
<article itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
|
||||||
<div class="headline-wrap">
|
<div class="headline-wrap">
|
||||||
<h1itemprop="headline">{{ page.title }}</h1>
|
<h1 itemprop="headline">{{ page.title }}</h1>
|
||||||
<h2>{{ page.tagline }}</h2>
|
<h2>{{ page.tagline }}</h2>
|
||||||
</div><!--/ .headline-wrap -->
|
</div><!--/ .headline-wrap -->
|
||||||
<div class="article-wrap" itemprop="text">
|
<div class="article-wrap" itemprop="text">
|
||||||
|
|
Loading…
Reference in a new issue