mirror of
https://github.com/DanilaFe/abacus
synced 2025-06-16 17:14:40 -07:00
Add the page layout for pages like About.
This commit is contained in:
parent
174029a3b4
commit
8940ae94de
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