1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-11 23:55:16 +01:00
blog/_src/_layouts/photo.html

30 lines
533 B
HTML

---
layout: base
---
<section role="main" id="main" class="page-single row">
<article class="hentry format-photo">
<figure class="hmedia">
{% picture {{ page.image }} %}
<figcaption class="entry-title fn">{{ page.title | titlecase }}</figcaption>
</figure>
<section class="entry-content">
{{ content }}
</section>
{% include entry_meta.html %}
{% include comments.html %}
{% include relatedphotos.html %}
</article>
</section>