Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
robalexdev committed Dec 31, 2024
1 parent d58299a commit c151479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/discover/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2 class="title is-3">Feeds</h2>
cell = document.createElement("td");
var link = document.createElement("a");
link.innerText = feed.title;
link.href = `/discover/feed-${feed.id}/`;
link.href = `feed-${feed.id}/`;
cell.appendChild(link);
row.appendChild(cell);

Expand Down

0 comments on commit c151479

Please sign in to comment.