comparison _layouts/page.html @ 0:7abe02bf29ec

initial commit
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sat, 07 Nov 2015 18:04:42 -0800
parents
children 598d7f098082
comparison
equal deleted inserted replaced
-1:000000000000 0:7abe02bf29ec
1 ---
2 layout: default
3 ---
4
5 <article class="post">
6
7 <header class="post-header">
8 <h1 class="post-title">{{ page.title }}</h1>
9 </header>
10
11 <div class="post-content">
12 {{ content }}
13 </div>
14
15 </article>