Intial Commit
This commit is contained in:
11
_layouts/page.html
Normal file
11
_layouts/page.html
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<div class="post">
|
||||
<header class="post-header">
|
||||
<h1 class="h2">{{ page.title }}</h1>
|
||||
</header>
|
||||
<article class="post-content">
|
||||
{{ content }}
|
||||
</article>
|
||||
</div>
|
Reference in New Issue
Block a user