Getting there

This commit is contained in:
2020-04-23 04:26:25 +01:00
parent eef186ad29
commit e892e980cb
7 changed files with 119 additions and 1 deletions

12
_layouts/home.html Normal file
View File

@@ -0,0 +1,12 @@
---
layout: default
---
<div class="home">
{%- if page.title -%}
<h1 class="page-heading">{{ page.title }}</h1>
{%- endif -%}
{{ content }}
</div>