fix missing page title in history pages

This commit is contained in:
liquidex 2024-10-30 23:25:21 +01:00
parent b75d215e53
commit 512b48cd21

View file

@ -9,11 +9,12 @@
</head> </head>
<body> <body>
{{#> components/_nav.hbs }} <span></span>
{{/ components/_nav.hbs }}
{{> components/_noscript.hbs }} {{> components/_noscript.hbs }}
{{> components/_nav.hbs }}
{{> components/_header.hbs }}
<main class="version-history"> <main class="version-history">
<p>{{ len page.commits }} commits</p> <p>{{ len page.commits }} commits</p>