Improve page titles
This commit is contained in:
parent
5391ce0b3e
commit
91b213413e
4 changed files with 5 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue