Reputation: 795
I am trying to install Jekyll SEO Tag.
When I add {% seo %}
to my <head>
section, I am getting the following error:
Liquid Exception: Can't convert Hash into String. in /_layouts/default.html
The head.html file is located in the _includes folder and it is included in the default.html file as {% include head.html %}
What can cause this error?
Upvotes: 1
Views: 129