pattex / jekyll-tagging

Jekyll plugin to automatically generate a tag cloud and tag pages.
385 stars 76 forks source link

Tags with space #4

Closed arguser closed 12 years ago

arguser commented 12 years ago

Is it possible to have tags with space like "Software Libre". Because I get tag "Software" and tag "Libre" separated.

Thanks.

blackwinter commented 12 years ago

sorry, but i cannot reproduce this. what does your YAML header look like?

pattex commented 12 years ago

Hey @arguser,

how do you put the tags in the header? If I do it like this:

tags:
- lorem
- dolor
- tag with spaces

or like:

tags: [lorem, dolor, tag with spaces]

it works fine.

blackwinter commented 12 years ago

oh, just found it: do you by any chance have a string instead of an array?

pattex commented 12 years ago

Ah right, thanks @blackwinter! I think this can be closed. @arguser, if this is not the solution, just reopen the issue.