Removed most of minima theme's css.

This commit is contained in:
Michael Smith
2016-12-26 14:48:20 +01:00
parent 614d39c734
commit 2ed616981e
18 changed files with 660 additions and 3 deletions

View File

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