Use the page title as the h1

This commit is contained in:
Oliver Davies 2021-09-07 13:03:31 +01:00
parent 26c18bfaf6
commit 2db13e1287
2 changed files with 4 additions and 0 deletions

View file

@ -7,5 +7,7 @@
{% endfor %}
</nav>
<h1>{{ page.title }}</h1>
{% block content %}{% endblock %}
{% endblock %}

View file

@ -1,4 +1,6 @@
---
title: Home
layout: default
---
Hello, World!