1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-30 21:52:05 +02:00
blog/_src/_layouts/image.html

30 lines
862 B
HTML
Raw Normal View History

---
layout: base
---
<article class="hentry format-image">
<div class="photoPost">
<figure class="hmedia">
2013-11-18 23:54:59 +01:00
<img src="/media/{{ page.image }}" />
<figcaption class="entry-title fn">{{ page.title }}</figcaption>
exif
</figure>
</div>
<section class="entry-content">
{{ content }}
</section>
<footer class="entry-meta">
2013-11-19 00:47:36 +01:00
<p class="category">
{% for category in page.categories %}
<a rel="category tag" href="" title="{{ category }}">{{ category }}</a>
{% endfor %}
</p>
<p class="byline author vcard source-org"><span class="by">by</span> <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
<p class="time">{{ page.date | date_to_string }} <span class="modtime"></span></p>
</footer>
</article>