revuo-weekly/_layouts/post.html
2022-04-02 11:21:09 +02:00

12 lines
247 B
HTML

---
layout: default
---
<article id="post-page">
<h2>{{ page.title }}</h2>
<time datetime="{{ page.date | date_to_xmlschema }}" class="by-line">{{ page.date | date_to_string }}</time>
<div class="content">
{{ content }}
</div>
</article>