Files
website/_layouts/home.html
2020-04-23 04:26:25 +01:00

13 lines
160 B
HTML

---
layout: default
---
<div class="home">
{%- if page.title -%}
<h1 class="page-heading">{{ page.title }}</h1>
{%- endif -%}
{{ content }}
</div>