minor layout and grammar changes
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
<header>{% include 'partials/header.njk' %}</header>
|
||||
<hr/>
|
||||
<article>
|
||||
<h1>{{ title }}</h1>
|
||||
<h2>{{ title }}</h2>
|
||||
{{ content | safe }}
|
||||
</article>
|
||||
</div>
|
||||
|
@ -3,4 +3,4 @@ title: about
|
||||
layout: layout/base.njk
|
||||
---
|
||||
|
||||
Heya 👋 this is my homepage.
|
||||
heya 👋 this is my homepage.
|
@ -3,4 +3,4 @@ title: contact
|
||||
layout: layout/base.njk
|
||||
---
|
||||
|
||||
Heya 👋 this is my contact page
|
||||
heya 👋 this is my contact page
|
Reference in New Issue
Block a user