mikaela.github.io/_layouts/page.html

11 lines
221 B
HTML

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