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
However, when I run gcan (the latest version, 3.6.0), it throws an error saying:
Checking theme compatibility...
Your theme has 1 error!
----
Errors
------
Important to fix, functionality may be degraded.
- Error: Replace the {{author.name}} helper with {{primary_author.name}} or {{authors.[#].name}}
Files: default.hbs
I think this is a false alarm which should be fixed (I wish I could do it).
The text was updated successfully, but these errors were encountered:
adamkudrna
added a commit
to frontend-garden/frontend-garden-ghost-theme
that referenced
this issue
Nov 15, 2020
Gscan is temporarily disabled from `npm test` since it raises false alarm on usage of `author` in `default.hbs`.
Reported to Gscan as TryGhost/gscan#365.
adamkudrna
added a commit
to frontend-garden/frontend-garden-ghost-theme
that referenced
this issue
Nov 16, 2020
Gscan is temporarily disabled from `npm test` since it raises false alarm on usage of `author` in `default.hbs`.
Reported to Gscan as TryGhost/gscan#365.
adamkudrna
added a commit
to frontend-garden/frontend-garden-ghost-theme
that referenced
this issue
Nov 16, 2020
Gscan is temporarily disabled from `npm test` since it raises false alarm on usage of `author` in `default.hbs`.
Reported to Gscan as TryGhost/gscan#365.
This is the logic of my theme's page title in
default.hbs
which actually works:However, when I run
gcan
(the latest version, 3.6.0), it throws an error saying:I think this is a false alarm which should be fixed (I wish I could do it).
The text was updated successfully, but these errors were encountered: