using the normalized tags
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 21s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 21s
This commit is contained in:
@ -85,7 +85,7 @@ const flash = ({ type, msg }) => {
|
||||
[...document.querySelectorAll("#tags > .badge")].forEach(tag => tag.parentElement.removeChild(tag));
|
||||
_tags.reverse().forEach(tag => {
|
||||
const a = document.createElement("a");
|
||||
a.href = `/tag/${tag.tag}`;
|
||||
a.href = `/tag/${tag.normalized}`;
|
||||
a.style = "color: inherit !important";
|
||||
a.innerHTML = tag.tag;
|
||||
a.addEventListener("click", editTagEvent); // tmp
|
||||
|
Reference in New Issue
Block a user