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
|
||||
.map((p) => p.tags)
|
||||
.flat()
|
||||
.filter((p) => !p.includes(" "))
|
||||
.sort()
|
||||
);
|
||||
</script>
|
||||
|
@ -14,7 +14,6 @@ const tags = new Set(
|
||||
docs
|
||||
.map((p) => p.tags)
|
||||
.flat()
|
||||
.filter((p) => !p.includes(" ")) // do not include AO3-style tags
|
||||
.sort()
|
||||
);
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user