mixyll/_layouts/page.html

12 lines
196 B
HTML
Raw Normal View History

2020-01-24 11:20:29 +00:00
---
layout: default
---
<div class="post">
<header class="post-header">
<h1 class="h2">{{ page.title }}</h1>
</header>
<article class="post-content">
{{ content }}
</article>
</div>