crappy-jekyll/_layouts/page.html

13 lines
191 B
HTML
Raw Normal View History

---
layout: default
---
<article class="post">
2022-09-19 11:25:54 -04:00
<h1 class="home-title-text">{{ page.title | escape }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>