mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
33 lines
871 B
HTML
33 lines
871 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<section role="main" id="main" class="page-single row">
|
|
|
|
<article class="hentry format-image">
|
|
|
|
<figure class="hmedia">
|
|
|
|
{% picture {{ page.image }} %}
|
|
|
|
<figcaption class="entry-title fn">{{ page.title }}</figcaption>
|
|
|
|
</figure>
|
|
|
|
<section class="entry-content">
|
|
{{ content }}
|
|
</section>
|
|
|
|
<footer class="entry-meta">
|
|
<p class="categories">
|
|
{{ page.categories | category_links }}
|
|
</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 | timeago }} <span class="modtime"></span></p>
|
|
</footer>
|
|
|
|
</article>
|
|
|
|
</section>
|
|
|
|
{% include related_posts.html %} |