1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-24 02:06:17 +01:00
blog/_src/_layouts/post.html

25 lines
627 B
HTML
Raw Normal View History

2013-11-18 01:08:13 +01:00
---
layout: default
---
<article class="hentry fomrat-post">
<header>
<h1 class="entry-title">{{ page.title }}</h1>
</header>
<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">
{{ page.image }}
{{ content }}
</section>
<footer class="entry-meta">
<p>
<a rel="category tag" href="" title="{{ page.categories }}">{{ page.categories }}</a>
</p>
</footer>
</article>