crappy-jekyll/_layouts/page.html

13 lines
191 B
HTML

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