Improve page titles

This commit is contained in:
Devon Campbell 2023-07-16 13:22:50 -05:00
commit 91b213413e
4 changed files with 5 additions and 2 deletions

View file

@ -10,7 +10,7 @@ layout: base.njk
<li><a href="/feed.xml">RSS</a></li>
</ul>
</nav>
<h1>{{ title }}</h1>
<h1>{{ onpageTitle or title }}</h1>
<article class="bg glow">
{{ content | safe }}
</article>

View file

@ -1,5 +1,6 @@
---
title: Devon's Blog
onpageTitle: Blog
layout: article.njk
pagination:
data: collections.post

View file

@ -1,5 +1,6 @@
---
title: Home
title: Devon.LoL 😆
onpageTitle: Home
layout: article.njk
date: git Last Modified
---

View file

@ -1,5 +1,6 @@
---
title: Devon's Lists
onpageTitle: Lists
layout: article.njk
pagination:
data: collections.list