Add date-ranges to some posts

This commit is contained in:
2016-01-13 13:56:00 +00:00
parent c3c955d739
commit 4bbcc676f3
22 changed files with 105 additions and 7 deletions

View File

@@ -16,6 +16,9 @@
<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>
{% if page.end_date %}
<span class="date-range">&#x1f557; {{ page.date|date:"%d/%m/%Y" }} - {{ page.end_date|date:"%d/%m/%Y" }}</span>
{% endif %}
</header>
<section class="post-content" itemprop="articleBody">
{{ content }}