minima-dark/_layouts/page.html

15 lines
218 B
HTML
Raw Normal View History

2021-06-08 05:33:24 +00:00
---
layout: default
---
2021-06-08 06:09:29 +00:00
<article class="post">
2021-06-08 05:33:24 +00:00
2021-06-08 06:09:29 +00:00
<header class="post-header">
<h1 class="post-title">{{ page.title | escape }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>