Move repeated details to variables _config.yml and general cleanup

This commit is contained in:
2015-12-19 22:14:21 +00:00
parent cfeacd564d
commit ccc35d3be0
12 changed files with 60 additions and 69 deletions

14
_layouts/page.html Normal file
View File

@@ -0,0 +1,14 @@
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>