forked from data.coop/website
Jesper Hess
bf19af3c3a
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.
15 lines
218 B
HTML
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>
|