mirror of
https://github.com/minoplhy/crappy-jekyll.git
synced 2024-11-13 05:16:45 +00:00
13 lines
191 B
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>
|