2013-11-18 22:09:20 +01:00
|
|
|
---
|
2013-11-18 23:26:34 +01:00
|
|
|
layout: base
|
2013-11-18 22:09:20 +01:00
|
|
|
---
|
|
|
|
|
2013-11-24 17:31:03 +01:00
|
|
|
<section role="main" id="main" class="page-single row">
|
2013-11-18 22:09:20 +01:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
<article class="hentry format-image">
|
|
|
|
|
2013-11-24 18:00:20 +01:00
|
|
|
<figure class="hmedia">
|
|
|
|
|
|
|
|
{% picture {{ page.image }} %}
|
|
|
|
|
|
|
|
<figcaption class="entry-title fn">{{ page.title }}</figcaption>
|
|
|
|
exif
|
|
|
|
</figure>
|
2013-11-18 22:09:20 +01:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
<section class="entry-content">
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
2013-11-18 22:09:20 +01:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
<footer class="entry-meta">
|
|
|
|
<p class="byline author vcard source-org"><span class="by">by</span> <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
|
|
|
|
<p class="time">{{ page.date | date_to_string }} <span class="modtime"></span></p>
|
|
|
|
</footer>
|
2013-11-18 22:09:20 +01:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
</article>
|
|
|
|
|
2013-11-24 17:31:03 +01:00
|
|
|
</section>
|
|
|
|
|
|
|
|
{% include related_posts.html %}
|