dearconsole icon indicating copy to clipboard operation
dearconsole copied to clipboard

Remove commas from tags

Open salcode opened this issue 2 years ago • 1 comments

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

salcode avatar Feb 23 '23 03:02 salcode

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.

image

After PR

The tags section does NOT render an empty tag button.

image

salcode avatar Feb 23 '23 03:02 salcode