jekyll-theme-isabelline/_layouts/post.html

9 lines
102 B
HTML
Raw Normal View History

2019-07-22 02:16:23 +00:00
---
layout: base
---
<main>
<article>
<h1>{{ page.title }}</h1>
{{ content }}
</article>
</main>