mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-19 00:49:32 -08:00
Add the page layout for pages like About.
This commit is contained in:
parent
6758771c45
commit
b57f24854e
5
docs/_layouts/page.html
Normal file
5
docs/_layouts/page.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
layout: base
|
||||
---
|
||||
<h1>{{ page.title }}</h1>
|
||||
{{ content }}
|
Loading…
Reference in New Issue
Block a user