16 lines
526 B
HTML

---
layout: default
---
<div class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<p class="post-meta">Published {{ page.date | date: site.date_format }} • {% include read_time.html words=content %}{% if page.author %} • {{ page.author }}{% endif %}{% if page.updated %} • Updated {{ page.updated | date: site.date_format }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
</header>
<article class="post-content">
{{ content }}
</article>
</div>