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
|
||||
.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>
|
||||
|
Reference in New Issue
Block a user