jekyll 3.2.1 default

This commit is contained in:
Virtua Creative
2016-03-24 15:49:02 -03:00
parent be20e2fcee
commit 0142a85cee
22 changed files with 829 additions and 54 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>