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

30 lines
535 B
HTML
Raw Normal View History

---
layout: base
---
2015-08-09 18:15:40 +02:00
<section role="main" id="main" class="page-single">
<article class="hentry format-photo">
2015-08-09 18:15:40 +02:00
<figure class="hmedia">
2013-11-24 18:00:20 +01:00
{% picture {{ page.image }} %}
<figcaption class="entry-title fn">{{ page.title | titlecase }}</figcaption>
2015-08-09 18:15:40 +02:00
</figure>
2013-11-23 21:53:52 +01:00
<section class="entry-content">
{{ content }}
</section>
{% include entry_meta.html %}
2013-12-07 16:00:56 +01:00
{% include comments.html %}
{% include relatedphotos.html %}
2013-11-23 21:53:52 +01:00
</article>
</section>