template: Remove extraneous slash in header template links.

This commit is contained in:
Bradley Sepos 2019-01-27 21:08:07 -05:00
parent bd842d6cd6
commit 4481c41752
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -1,4 +1,4 @@
<header>
<div class="super"><a class="logo" title="{{ document.project }} Home" href="{{ document.project-url }}"><img src="{{ base.relpath }}/assets/images/icon.png" srcset="{{ base.relpath }}/assets/images/icon.png 1x, {{ base.relpath }}/assets/images/icon@2x.png 2x, {{ base.relpath }}/assets/images/icon@3x.png 3x" alt="{{ document.project }} icon" /></a><a class="title" title="Documentation Home" href="{{ base.relpath }}">{{ document.project }} Documentation</a></div>
<div class="super"><a class="logo" title="{{ document.project }} Home" href="{{ document.project-url }}"><img src="{{ base.relpath }}assets/images/icon.png" srcset="{{ base.relpath }}assets/images/icon.png 1x, {{ base.relpath }}assets/images/icon@2x.png 2x, {{ base.relpath }}assets/images/icon@3x.png 3x" alt="{{ document.project }} icon" /></a><a class="title" title="Documentation Home" href="{{ base.relpath }}">{{ document.project }} Documentation</a></div>
{{ template.nav }}
</header>