fix missing page title in history pages
This commit is contained in:
parent
b75d215e53
commit
512b48cd21
|
@ -9,11 +9,12 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
{{#> components/_nav.hbs }}
|
||||
{{/ components/_nav.hbs }}
|
||||
|
||||
<span></span>
|
||||
{{> components/_noscript.hbs }}
|
||||
|
||||
{{> components/_nav.hbs }}
|
||||
{{> components/_header.hbs }}
|
||||
|
||||
<main class="version-history">
|
||||
<p>{{ len page.commits }} commits</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue