1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-04-21 16:18:44 -07: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 174029a3b4
commit 8940ae94de

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

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