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-18 22:09:20 +01:00
|
|
|
<article class="hentry fomrat-post">
|
|
|
|
<header>
|
|
|
|
<h1 class="entry-title">{{ page.title }}</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<aside class="entry-meta">
|
|
|
|
<p class="byline author vcard source-org">by <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
|
|
|
|
<p class="time">{{ page.date | date_to_string }}</p>
|
|
|
|
</aside>
|
|
|
|
|
|
|
|
<section class="entry-content">
|
|
|
|
{{ page.image }}
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<footer class="entry-meta">
|
|
|
|
<p>
|
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>
|
|
|
|
</footer>
|
|
|
|
</article>
|