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
|
|
|
---
|
|
|
|
|
2016-05-02 00:01:49 +02:00
|
|
|
<section role="main" id="main" class="page-single">
|
2014-07-05 12:59:35 +02:00
|
|
|
|
2016-05-02 00:01:49 +02:00
|
|
|
<article class="hentry format-post">
|
2016-06-12 18:12:05 +02:00
|
|
|
<header class="entry-header">
|
2015-08-09 18:15:40 +02:00
|
|
|
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
2016-06-12 18:12:05 +02:00
|
|
|
<div class="entry-lead">
|
|
|
|
{{ page.excerpt }}
|
|
|
|
</div>
|
2015-08-09 18:15:40 +02:00
|
|
|
</header>
|
2013-11-18 22:09:20 +01:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
<section class="entry-content">
|
|
|
|
{% if page.image %}
|
2015-09-26 22:47:34 +02:00
|
|
|
<figure class="hentry__teaser">
|
2017-07-23 20:40:33 +02:00
|
|
|
{% include picture.html %}
|
2015-09-26 22:47:34 +02:00
|
|
|
</figure>
|
2013-11-23 21:53:52 +01:00
|
|
|
{% endif %}
|
2014-07-05 12:59:35 +02:00
|
|
|
|
2016-06-12 18:12:05 +02:00
|
|
|
{{ content | remove: page.excerpt }}
|
2013-11-23 21:53:52 +01:00
|
|
|
</section>
|
2014-07-05 12:59:35 +02:00
|
|
|
|
2016-04-17 20:01:42 +02:00
|
|
|
{% include actions.html %}
|
|
|
|
|
2013-12-01 17:14:38 +01:00
|
|
|
{% include entry_meta.html %}
|
2014-07-05 12:59:35 +02:00
|
|
|
|
|
|
|
{% include relatedposts.html %}
|
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
</article>
|
|
|
|
|
2015-08-09 18:15:40 +02:00
|
|
|
</section>
|