pattex / jekyll-tagging

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

Liquid Exception: undefined method `join' #61

Open chimptime opened 7 years ago

chimptime commented 7 years ago

In setting up this plugin, I followed the instructions to the "t" per the documentation, but when I add tags: feminism anti-capitalism witchcraft to a post, I get the following error:

Liquid Exception: undefined method 'join' for "feminism anti-capitalism witchcraf":String in /_layouts/default.html

Any idea what the issue is?

My current version of Jekyll is 3.4.1.

chimptime commented 7 years ago

I resolved this by doing the following (YAML array):

tags: [feminism, anti-capitalism, witchcraft]