fix: allow tags with spaces
surely this will not be a problem later
This commit is contained in:
parent
62e1d7ef22
commit
d5bd3e3be2
@ -14,7 +14,6 @@ const tags = new Set(
|
|||||||
docs
|
docs
|
||||||
.map((p) => p.tags)
|
.map((p) => p.tags)
|
||||||
.flat()
|
.flat()
|
||||||
.filter((p) => !p.includes(" "))
|
|
||||||
.sort()
|
.sort()
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
|
@ -14,7 +14,6 @@ const tags = new Set(
|
|||||||
docs
|
docs
|
||||||
.map((p) => p.tags)
|
.map((p) => p.tags)
|
||||||
.flat()
|
.flat()
|
||||||
.filter((p) => !p.includes(" ")) // do not include AO3-style tags
|
|
||||||
.sort()
|
.sort()
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user