My blog based on Gatsby.
Tags were not being parsed correctly because allMarkDownRemark can't handle tags with spaces. Run this sed script to quote all tags which will fix it: sed -E -i '' '/^---/,/^---/ s/^- (.+)/ - "\1"/' src/posts/**/*.md
MIT
My blog based on Gatsby.
Tags were not being parsed correctly because allMarkDownRemark can't handle tags with spaces. Run this sed script to quote all tags which will fix it: sed -E -i '' '/^---/,/^---/ s/^- (.+)/ - "\1"/' src/posts/**/*.md
MIT
MIT License