We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58299a commit c151479Copy full SHA for c151479
layouts/discover/list.html
@@ -364,7 +364,7 @@ <h2 class="title is-3">Feeds</h2>
364
cell = document.createElement("td");
365
var link = document.createElement("a");
366
link.innerText = feed.title;
367
- link.href = `/discover/feed-${feed.id}/`;
+ link.href = `feed-${feed.id}/`;
368
cell.appendChild(link);
369
row.appendChild(cell);
370
0 commit comments