Use the page title as the h1
This commit is contained in:
parent
26c18bfaf6
commit
2db13e1287
|
@ -7,5 +7,7 @@
|
|||
{% endfor %}
|
||||
</nav>
|
||||
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
title: Home
|
||||
layout: default
|
||||
---
|
||||
|
||||
Hello, World!
|
||||
|
|
Loading…
Reference in a new issue