fix missing page title in history pages
This commit is contained in:
parent
b75d215e53
commit
512b48cd21
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue