Schema tweaks

This commit is contained in:
Danny Berger
2014-12-05 21:38:34 -07:00
parent 2488ed3c5d
commit e3945ab16b
7 changed files with 47 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
{% include header.html %}
<section>
<section itemscope itemtype="http://schema.org/BlogPosting">
<header>
<div class="timeline">
{% if page.date %}
@@ -16,11 +16,11 @@
</div>
<h1>
{{ page.title }}
<small class="print-only">{{ page.date|date:'%A, %B %d, %Y' }}</small>
<span itemprop="name">{{ page.title }}</span>
<small class="print-only" itemprop="datePublished" content="{{ page.date|date:'%F') }}">{{ page.date|date:'%A, %B %d, %Y' }}</small>
</h1>
</header>
<section class="post-content">
<section class="post-content" itemprop="articleBody">
{{ content }}
</section>
<div class="meta">