new, jekyll-based blog
This commit is contained in:
9
_layouts/page.html
Normal file
9
_layouts/page.html
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<article>
|
||||
<header>
|
||||
<h1>{{ page.title }}</h1>
|
||||
</header>
|
||||
{{ content }}
|
||||
</article>
|
Reference in New Issue
Block a user