Fix blog schema typo

This commit is contained in:
Michael Rose 2013-06-27 10:19:09 -04:00
parent ae8669bc69
commit 1a7c72c5c0
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
{% include navigation.html %}
<div id="main" role="main" itemprop="mainContentOfPage" itemscope itemtype="http://schema.org/Blog">
<article class="hentry" itemscope itemtype="http://schema.org/Blogpageing" itemprop="blogpage">
<article class="hentry" itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogpost">
{% if page.image.feature %}<img src="{{ site.url }}/images/{{ page.image.feature }}" class="entry-feature-image" alt="{{ page.title }}">{% endif %}
<div class="entry-wrapper">
<header class="entry-header">

View file

@ -13,7 +13,7 @@
{% include navigation.html %}
<div id="main" role="main" itemprop="mainContentOfPage" itemscope itemtype="http://schema.org/Blog">
<article class="hentry" itemscope itemtype="http://schema.org/Blogpageing" itemprop="blogpage">
<article class="hentry" itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogpost">
{% if page.image.feature %}<img src="{{ site.url }}/images/{{ page.image.feature }}" class="entry-feature-image" alt="{{ page.title }}">{% endif %}
<div class="entry-wrapper">
<header class="entry-header">