1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2015-02-18 13:12:15 +01:00
parent 900219da4c
commit c8de4e8611
2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,6 @@
<div id="page-meta" class="t30">
<p>
<span class="icon-calendar pr20"> {{ page.date | date: "%d.%m.%Y" }}</span>
{% if page.categories %}<span class="icon-archive pr20"> {{ page.categories | join: ' · ' | upcase }}{% endif %}</span>
<time class="icon-calendar pr20" datetime="{{ page.date | date: "%Y-%m-%d" }}" itemprop="datePublished">{{ page.date | date: "%Y-%m-%d" }}</time>{% if page.categories %}<span class="icon-archive pr20"> {{ page.categories | join: ' · ' | upcase }}{% endif %}</span>
<span class="pr20">{% for tag in page.tags %}<span class="icon-price-tag pr10"> {{tag}}</span> {% endfor %}</span>
</p>

View file

@ -11,7 +11,7 @@ format: post
<div class="medium-8 columns{% if page.sidebar == "" %} medium-offset-2 end{% endif %}">
<article>
<article itemscope itemtype="http://schema.org/Article">
<header>
{% if page.image.title %}<img src="{{ site.url }}/images/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">{% endif %}
{% if page.image.url && page.image.credit %}
@ -21,7 +21,7 @@ format: post
{% endif %}
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
<h1>{{ page.title }}</h1>
<h1 itemprop="name">{{ page.title }}</h1>
</header>