dearconsole
dearconsole copied to clipboard
Remove commas from tags
As per https://jekyllrb.com/docs/posts/#tags "it will automatically split a string entry if it contains whitespace."
Commas are not treated as split characters. Because this file had commas in it, an additional tag, which was empty, was being rendered.
Resolves #11
How to Test
Run the site locally with jekyll server and view the root page at http://127.0.0.1:4000/
Before PR
The tags section renders an empty tag button.
After PR
The tags section does NOT render an empty tag button.