Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed Dec 14, 2024
1 parent 30b9365 commit f5ad8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
tag.forEach(tag => {
const each_tag = document.createElement("span");
each_tag.classList.add("tag");
each_tag.innerHTML = "<a href='https://abap34.com/search?tags=" + tag + "'> # " + tag + "</a>";
each_tag.innerHTML = "<a href='https://abap34.com/search?tag=" + tag + "'> # " + tag + "</a>";
document.querySelector(".tag-placeholder").appendChild(each_tag);
});
</script>
Expand All @@ -233,4 +233,4 @@
</body>


</html>
</html>

0 comments on commit f5ad8d6

Please sign in to comment.