We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3953026 commit 8a3ccf6Copy full SHA for 8a3ccf6
1 file changed
template/js/index.js
@@ -119,7 +119,7 @@ require('nighthawk')({
119
<main>
120
${res.locals.issues.map(([tag, issues]) => html`
121
<section>
122
- <h1><a href="${config.baseUrl}issues/${tag.name}">${tag.name}</a></h1>
+ <h1><a href="${config.baseUrl}/issues/${tag.name}">${tag.name}</a></h1>
123
124
<div class="issues-list">
125
<ul>
0 commit comments