old_blog/_layouts/page.html
2020-06-19 00:52:06 -04:00

15 lines
209 B
HTML
Executable File

---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>