mikaela.github.io/_layouts/page.html

12 lines
208 B
HTML

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