1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 10:08:50 +02:00
blog/_src/_layouts/page.html

23 lines
472 B
HTML
Raw Normal View History

2013-12-04 23:09:15 +01:00
---
layout: base
---
2015-08-09 18:15:40 +02:00
<section role="main" id="main" class="page-single">
2013-12-04 23:09:15 +01:00
<article class="hentry format-page">
2015-08-09 18:15:40 +02:00
<header>
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
</header>
2013-12-04 23:09:15 +01:00
<section class="entry-content">
{% if page.image %}
{% picture {{ page.image }} class="teaser" %}
{% endif %}
2015-08-09 18:15:40 +02:00
2013-12-04 23:09:15 +01:00
{{ content | condense_spaces }}
</section>
2015-08-09 18:15:40 +02:00
2013-12-04 23:09:15 +01:00
</article>
2015-08-09 18:15:40 +02:00
</section>