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
This isn't broken, but it isn't right either. The template.HTMLAttr type is applicable to a key/value pair, not just the value.
template.HTMLAttr
hugo/resources/resource_transformers/integrity/integrity.go
Lines 112 to 115 in 3af8bde
Return a string instead.
The text was updated successfully, but these errors were encountered:
Hmm... I was about to tell you that "this cannot be right", then I read the documentation.
Sorry, something went wrong.
resources/integrity: Return string instead of template.HTMLAttr
434a80c
Closes gohugoio#11513
4c95389
Closes #11513
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Successfully merging a pull request may close this issue.
This isn't broken, but it isn't right either. The
template.HTMLAttr
type is applicable to a key/value pair, not just the value.hugo/resources/resource_transformers/integrity/integrity.go
Lines 112 to 115 in 3af8bde
Return a string instead.
The text was updated successfully, but these errors were encountered: