mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Merge branch 'hotfix/schema'
This commit is contained in:
commit
0bbc5e4884
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
{% include navigation.html %}
|
||||
|
||||
<div id="main" role="main" itemprop="mainContentOfPage">
|
||||
<article class="entry" itemscope itemtype="http://schema.org/ItemPage">
|
||||
<article class="entry" itemscope>
|
||||
{% if page.image.feature %}<img src="{{ site.url }}/images/{{ page.image.feature }}" class="entry-feature-image" alt="{{ page.title }}" itemprop="image">{% if page.image.credit %}<p class="image-credit">Photo Credit: <a href="{{ page.image.creditlink }}">{{ page.image.credit }}</a>{% endif %}{% endif %}
|
||||
<div class="entry-wrapper">
|
||||
<header class="entry-header">
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
{% include browser-upgrade.html %}
|
||||
{% include navigation.html %}
|
||||
|
||||
<div id="main" role="main" itemprop="mainContentOfPage">
|
||||
<article class="hentry" itemscope itemtype="http://schema.org/BlogPosting">
|
||||
<div id="main" role="main" itemprop="mainContentOfPage" itemscope itemtype="http://schema.org/Blog">
|
||||
<article class="hentry" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
|
||||
{% if page.image.feature %}<img src="{{ site.url }}/images/{{ page.image.feature }}" class="entry-feature-image" alt="{{ page.title }}" itemprop="image">{% if page.image.credit %}<p class="image-credit">Photo Credit: <a href="{{ page.image.creditlink }}">{{ page.image.credit }}</a>{% endif %}{% endif %}
|
||||
<div class="entry-wrapper">
|
||||
<header class="entry-header">
|
||||
|
|
Loading…
Reference in a new issue