We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While testing journey with 'paperleaf' theme, I found out that "Nested Helpers" are not working properly in comments like :
{{!-- jQuery needs to come before `{{ghost_foot}}` so that jQuery can be used in code injection --}}
It fires the following error: :
#### compileTemplateFromFile( /home/x/go/src/github.com/kabukky/journey/content/themes/paperleaf/default.hbs ) #### compileTemplate(name: default ) panic: runtime error: slice bounds out of range [855:774] goroutine 1 [running]: github.com/kabukky/journey/templates.findHelper(0xc000168500, 0x4d3, 0x4d3, 0xc0000f8800, 0x8, 0x8, 0xc000168500, 0x4d3, 0x4d3, 0x0, ...) /home/x/go/src/github.com/kabukky/journey/templates/generation.go:97 +0xb24
In this case, the faulty line is only a comment, so deleting it for the.hbs solves the problem.
Olivier
The text was updated successfully, but these errors were encountered:
The Casper theme also causes this panic. If fixing this bug isn't a priority, perhaps the docs should be updated not to recommend installing Casper.
Sorry, something went wrong.
Hi. Is the project still maintained and alive ? I can't see much commits in the past day/month
Thanks
No branches or pull requests
While testing journey with 'paperleaf' theme, I found out that "Nested Helpers" are not working properly in comments like :
It fires the following error: :
In this case, the faulty line is only a comment, so deleting it for the.hbs solves the problem.
Olivier
The text was updated successfully, but these errors were encountered: