website/_layouts/page.html
Víðir Valberg Guðmundsson 78aed191b5 Initial website (barebone jekyll)
2017-02-05 19:19:49 +01:00

14 lines
209 B
HTML

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