Reorganise some legacy pages

This commit is contained in:
2016-01-13 10:32:36 +00:00
parent 22dffe045d
commit e6110f3ef3
16 changed files with 52 additions and 1092 deletions

View File

@@ -1,11 +1,13 @@
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>
<section>
<header>
<h1>
<span itemprop="name">{{ page.title }}</span>
</h1>
</header>
<section class="post-content" itemprop="articleBody">
{{ content }}
</section>
</section>