mikaela.github.io/_layouts/page.html

12 lines
200 B
HTML
Raw Normal View History

2014-12-29 18:35:21 +01:00
---
layout: default
---
2023-02-22 19:28:38 +01:00
<div class="post">
2014-12-29 18:35:21 +01:00
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
2023-02-22 19:28:38 +01:00
<article class="post-content">{{ content }}</article>
2014-12-29 18:35:21 +01:00
</div>