Initial commit
This commit is contained in:
1
_layouts/default.html
Normal file
1
_layouts/default.html
Normal file
@@ -0,0 +1 @@
|
||||
{{ content }}
|
||||
5
_layouts/page.html
Normal file
5
_layouts/page.html
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{{ content }}
|
||||
5
_layouts/post.html
Normal file
5
_layouts/post.html
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{{ content }}
|
||||
Reference in New Issue
Block a user