tags extraneous leading space
I noticed the tags in webring output has leading spaces for all but the first tag. Here are a few examples from different sites running lynxchan webring:
In generateWebringJSON https://gitlab.com/alogware/LynxChanAddon-Webring/-/blob/master/index.js#L93
You could just do something like board.tags.map(tag => tag.trim()).
If this issue needs to be filed in lynxchan repo instead lmk.


