2martens.de/_layouts/page.html

16 lines
287 B
HTML

---
layout: default
---
<article class="post{% if page.hidesidebar %}{% else %} reading-optimised{% endif %}">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<div class="text-justify post-content">
{{ content }}
</div>
</article>