vsoch / docsy-jekyll

A Jekyll version of the beautiful Docsy!
https://vsoch.github.io/docsy-jekyll/
Apache License 2.0
199 stars 142 forks source link

reverse tags sequence for appending #76

Closed puppylpg closed 1 year ago

puppylpg commented 1 year ago

Appending site_tags and docs_tags should be reversed.

So assign all_tags = site_tags | append:docs_tags will cause all_tags be like: a,b,c,de,f,g,h,, generating an error tag de rather than two separated tags d and e :smile_cat:

vsoch commented 1 year ago

Thank you for catching this! Could you:

Then we should be good to go!

puppylpg commented 1 year ago

yeah, bug is fixed for me. will add version and changelog now

vsoch commented 1 year ago

Thank you!