This commit is contained in:
John Rommel Estropia
2016-02-27 17:11:45 +09:00
parent 091edd90a2
commit daab317c37
24 changed files with 2016 additions and 2234 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>