website/_layouts/page.html
Jesper Hess bf19af3c3a
Update to latest version of Jekyll base template
Updates to Jekyll 3.4.0. This version does not
include theme files by default so I have included
the files from the "minima" theme to have a starting
point for the site.
2017-02-06 11:51:18 +01:00

15 lines
218 B
HTML

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