Skip to content

Adapt to support ghost 2.0 #1

Description

@FrankV01

Errors
File: post.hbs
- The {{#author}} block helper should be replaced with {{#primary_author}} or {{#foreach authors}}...{{/foreach}}

File: partials/loop.hbs
- The {{#if author.*}} block helper should be replaced with {{#if primary_author.*}}
    or {{#if authors.[#].*}}
- {{author}} should be replaced with {{authors}}
- Replace the {{author.name}} helper with {{primary_author.name}} or {{authors.[#].name}}
- Replace the {{author.profile_image}} helper with {{primary_author.profile_image}} or {{authors.[#].profile_image}}

File: styles
- The .kg-width-wide CSS class is required to use your theme with 2.0
- The .kg-width-full CSS class is required to use your theme with 2.0
- The .kg-gallery-container CSS class is required to use your theme with 2.0
- The .kg-gallery-row CSS class is required to use your theme with 2.0
- The .kg-gallery-image CSS class is required to use your theme with 2.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions