empress / empress-blog

Fully-functional, SEO friendly static site implementation of a blog system built on Ember
https://empress-blog.netlify.app/
MIT License
180 stars 30 forks source link

Unclear error regarding tags #143

Open MinThaMie opened 2 years ago

MinThaMie commented 2 years ago

I recently started using empress and this morning I got an error regarding tags. I figured out the problem in the end by looking at another post to see where I went wrong. The error did not point me in the right direction.

I created a tag using the ember g tag command and after adding the tag I got the error in the screenshot.

my code: tags: mental-health. in the end I figured out it should have been

tags: 
  - mental-health

but based on the error I thought something was wrong with my tag, and not with my syntax in the yaml

Screenshot 2021-10-11 at 09 26 19