old_blog/_layouts/page.html

15 lines
209 B
HTML
Raw Normal View History

2019-07-05 14:16:46 -04:00
---
layout: default
---
2020-06-19 00:16:57 -04:00
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
2019-07-05 14:16:46 -04:00
</header>
2020-06-19 00:16:57 -04:00
<div class="post-content">
{{ content }}
2019-07-05 14:16:46 -04:00
</div>
2020-06-19 00:16:57 -04:00
</article>