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>