mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 09:35:21 +01:00
30 lines
528 B
HTML
30 lines
528 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<section role="main" id="main" class="page-single">
|
|
|
|
<article class="hentry format-photo">
|
|
|
|
<header>
|
|
<h1 class="entry-title fn">{{ page.title | titlecase }}</h1>
|
|
</header>
|
|
|
|
<figure class="hentry__teaser hmedia">
|
|
|
|
{% include picture.html %}
|
|
|
|
</figure>
|
|
|
|
<section class="entry-content">
|
|
{{ content }}
|
|
</section>
|
|
|
|
{% include entry_meta.html %}
|
|
|
|
{% include relatedphotos.html %}
|
|
|
|
</article>
|
|
|
|
</section>
|