Files
wona.github.com/_layouts/post.html
2014-01-18 19:51:56 +05:30

23 lines
327 B
HTML

---
layout: layout
---
{% if page.image %}
<div class="cover">
<img src="/images/posts/{{ page.image }}" alt="">
</div>
{% endif %}
<section class="post">
<h1>
<a href="{{ page.url }}">{{ page.title }}</a>
</h1>
<section class="byline">
{{ page.date | date: "%B %e, %Y" }}
</section>
{{ content }}
</section>