1
0
mirror of https://github.com/mikaela/mikaela.github.io/ synced 2025-02-10 11:34:12 +01:00
mikaela.github.io/_layouts/page.html
2014-12-29 19:35:21 +02:00

15 lines
209 B
HTML

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