mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-10 21:23:51 +01:00
14 lines
251 B
HTML
14 lines
251 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>
|
|
|