2013-11-18 01:08:13 +01:00
|
|
|
---
|
2013-11-18 23:26:34 +01:00
|
|
|
layout: base
|
2013-11-18 01:08:13 +01:00
|
|
|
---
|
|
|
|
|
2013-11-21 21:15:26 +01:00
|
|
|
<article class="hentry format-post">
|
2013-11-18 22:09:20 +01:00
|
|
|
<header>
|
|
|
|
<h1 class="entry-title">{{ page.title }}</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<section class="entry-content">
|
2013-11-18 23:54:59 +01:00
|
|
|
{% if page.image %}
|
2013-11-23 18:14:41 +01:00
|
|
|
{% picture {{ page.image }} class="teaser" %}
|
2013-11-18 23:54:59 +01:00
|
|
|
{% endif %}
|
|
|
|
|
2013-11-18 22:09:20 +01:00
|
|
|
{{ content }}
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<footer class="entry-meta">
|
2013-11-19 00:47:36 +01:00
|
|
|
<p class="category">
|
2013-11-18 23:26:34 +01:00
|
|
|
{% for category in page.categories %}
|
|
|
|
<a rel="category tag" href="" title="{{ category }}">{{ category }}</a>
|
|
|
|
{% endfor %}
|
2013-11-18 22:09:20 +01:00
|
|
|
</p>
|
2013-11-19 00:47:36 +01:00
|
|
|
<p class="byline author vcard source-org"><span class="by">by</span> <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
|
2013-11-19 23:21:19 +01:00
|
|
|
<div class="time">
|
|
|
|
<p>{{ page.date | date_to_string }}</p>
|
|
|
|
{% if page.moddate %}
|
|
|
|
<p class="modtime">updated: {{ page.moddate | date_to_string }}</p>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
2013-11-18 22:09:20 +01:00
|
|
|
</footer>
|
|
|
|
</article>
|