mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
29 lines
635 B
HTML
29 lines
635 B
HTML
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
<article class="hentry format-image">
|
||
|
|
||
|
<div class="photoPost">
|
||
|
<figure class="hmedia">
|
||
|
|
||
|
image
|
||
|
<figcaption class="entry-title fn">{{ page.title }}</figcaption>
|
||
|
exif
|
||
|
</figure>
|
||
|
</div>
|
||
|
|
||
|
<aside class="entry-meta">
|
||
|
<p class="byline author vcard source-org">by <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
|
||
|
<p class="time">{{ page.date | date_to_string }}</p>
|
||
|
</aside>
|
||
|
|
||
|
<section class="entry-content">
|
||
|
{{ content }}
|
||
|
</section>
|
||
|
|
||
|
<footer class="entry-meta">
|
||
|
|
||
|
</footer>
|
||
|
|
||
|
</article>
|