mediocre-blog/_layouts/page.html

14 lines
198 B
HTML
Raw Normal View History

---
layout: default
---
<header id="post-header">
<h1 id="post-headline" itemprop="name headline">
{{ page.title | escape }}
</h1>
</header>
<div id="post-content">
{{ content }}
</div>