Skip to content

Commit 8a3ccf6

Browse files
jonchurchwesleytodd
authored andcommitted
fix: /issues page label header missing forward slash in url (closes #6)
1 parent 3953026 commit 8a3ccf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ require('nighthawk')({
119119
<main>
120120
${res.locals.issues.map(([tag, issues]) => html`
121121
<section>
122-
<h1><a href="${config.baseUrl}issues/${tag.name}">${tag.name}</a></h1>
122+
<h1><a href="${config.baseUrl}/issues/${tag.name}">${tag.name}</a></h1>
123123
124124
<div class="issues-list">
125125
<ul>

0 commit comments

Comments
 (0)