minor layout and grammar changes

This commit is contained in:
Jonathan Souter
2023-02-28 21:35:15 +10:30
parent 842fafaff4
commit 95bfa11670
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<header>{% include 'partials/header.njk' %}</header> <header>{% include 'partials/header.njk' %}</header>
<hr/> <hr/>
<article> <article>
<h1>{{ title }}</h1> <h2>{{ title }}</h2>
{{ content | safe }} {{ content | safe }}
</article> </article>
</div> </div>

View File

@ -3,4 +3,4 @@ title: about
layout: layout/base.njk layout: layout/base.njk
--- ---
Heya 👋 this is my homepage. heya 👋 this is my homepage.

View File

@ -3,4 +3,4 @@ title: contact
layout: layout/base.njk layout: layout/base.njk
--- ---
Heya 👋 this is my contact page heya 👋 this is my contact page