1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-10 12:10:43 +00:00

page layout also used out of the box by Jekyll

Suggesting page, since `about.md` uses it for new Jekyll installs as well.
This commit is contained in:
Boris Mann 2019-01-15 10:52:32 -08:00 committed by GitHub
parent 309b238400
commit 37d54f5bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
_layouts/page.html Normal file
View File

@ -0,0 +1,5 @@
---
layout: default
---
{{ content }}