jekyll-theme-isabelline/_layouts/post.html
2019-07-21 22:16:23 -04:00

9 lines
102 B
HTML

---
layout: base
---
<main>
<article>
<h1>{{ page.title }}</h1>
{{ content }}
</article>
</main>