Skip to content

Support author object #9

@Legion2

Description

@Legion2

When using the jekyll-seo-tag plugin you can specify an author object in the _config.yml:

author:
  name: Leon Kiefer
  twitter: 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"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions