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
The <r:image_url name="my-image.jpg" /> doesn't work in Hammer. This tag is required to use images in HTML & CleanSlate templates.
<r:image_url name="my-image.jpg" />
Eg:
<img src="<r:image_url name="projectme__logo.png" />" alt="Project ME" />
The text was updated successfully, but these errors were encountered:
Fixed in 3d2f753. Good job @zeroedin.
Sorry, something went wrong.
zeroedin
No branches or pull requests
The
<r:image_url name="my-image.jpg" />
doesn't work in Hammer. This tag is required to use images in HTML & CleanSlate templates.Eg:
The text was updated successfully, but these errors were encountered: