Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to support ghost 2.0 #1

Open
FrankV01 opened this issue Sep 26, 2018 · 0 comments
Open

Adapt to support ghost 2.0 #1

FrankV01 opened this issue Sep 26, 2018 · 0 comments

Comments

@FrankV01
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant