feat: add about layout
This commit is contained in:
parent
13422b49f7
commit
4fa9313252
1 changed files with 9 additions and 0 deletions
9
_layouts/about.html
Normal file
9
_layouts/about.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
hidden:
|
||||||
|
- header
|
||||||
|
- navigator
|
||||||
|
- related_posts
|
||||||
|
---
|
||||||
|
|
||||||
|
{{ content }}
|
Loading…
Reference in a new issue