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
_hello-world.html
cleanslate_themes/student-life-adventure-wv/views/shared
<h1>
Hello World
frontpage.html
<r:partial name="shared/hello-world" theme="Student Life: Adventure WV" />
"Student Life: Adventure WV": "shared/hello-world": "student-life-adventure-wv"
View http://localhost:2000/student-life-adventure-wv-orientation/views/frontpage.html in your browser.
Hammer cannot find the shared partial and throws an error.
Hammer should find the shared partial and print its contents.
I suspect this error stems from having fancy characters in the theme name. Eg: Student Life: Adventure WV.
Student Life: Adventure WV
The text was updated successfully, but these errors were encountered:
#22 is related to this.
Sorry, something went wrong.
99d554d
Link in commit message didn't work correctly should link to: d78a471
zeroedin
No branches or pull requests
Steps to reproduce the issue
_hello-world.html
incleanslate_themes/student-life-adventure-wv/views/shared
.<h1>
inside the file withHello World
as it's content.frontpage.html
. Paste<r:partial name="shared/hello-world" theme="Student Life: Adventure WV" />
.View http://localhost:2000/student-life-adventure-wv-orientation/views/frontpage.html in your browser.
Results
Hammer cannot find the shared partial and throws an error.
Expected results
Hammer should find the shared partial and print its contents.
I suspect this error stems from having fancy characters in the theme name. Eg:
Student Life: Adventure WV
.The text was updated successfully, but these errors were encountered: