fix: allow tags with spaces
surely this will not be a problem later
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user