1
0
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:
Danila Fedorin 2017-08-14 22:58:27 -07:00
parent 6758771c45
commit b57f24854e

5
docs/_layouts/page.html Normal file
View File

@ -0,0 +1,5 @@
---
layout: base
---
<h1>{{ page.title }}</h1>
{{ content }}