You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the jekyll-seo-tag plugin you can specify an author object in the _config.yml:
author:
name: Leon Kiefertwitter: Legion2Leon
This theme does not render the author information correctly. As it expect the author property to be a string. The theme should check if author is an object and use the name property, else fallback to the current behavior.
The current version of the theme renders the author as json object: {"name"=>"Leon Kiefer", "twitter"=>"Legion2Leon"}
The text was updated successfully, but these errors were encountered:
When using the
jekyll-seo-tag
plugin you can specify an author object in the_config.yml
:This theme does not render the author information correctly. As it expect the
author
property to be a string. The theme should check if author is an object and use thename
property, else fallback to the current behavior.The current version of the theme renders the author as json object:
{"name"=>"Leon Kiefer", "twitter"=>"Legion2Leon"}
The text was updated successfully, but these errors were encountered: