This repository has been archived on 2022-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
minima-dark/_layouts/page.html

15 lines
218 B
HTML
Raw Normal View History

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