hugo-theme-cactus
hugo-theme-cactus copied to clipboard
Add crossorigin attribute to stylesheet
First of all thanks for the neat theme.
I've added a crossorigin
attribute (following this post) to the stylesheet link as it looks the only solution to a problem I am currently facing and seems it's a shared approach on other themes as well.
@andodet Thanks for helping!
But the commit 07caffb which includes crossorigin
attribute seems to be force-overwritten by 8351bf4, which removes the Integrity attribute. Can you check it again? Thanks!
I ran into the same issue and resolved it by adding the crossorigin="anonymous"
attribute. Any preference on which method do you want to proceed with, @monkeyWzr ?
Sorry for the slow reply. @leonseng approach didn't work for me (I believe for unrelated reasons) - at the same time I believe that would be the correct approach to handle this.