The following themes throw mixed content warnings at the Hugo Themes deploy logs.
Dear theme authors,
Please use the https protocol for all linked assets listed below.
Once you fix this issue please let me know.
http://i.creativecommons.org/l/by/4.0/88x31.png in the theme READMEpartials/head.htmlpartials/head.htmlpartials/post/sharing.html. Also Google Plus no longer exists so you should remove its referencelayouts/index.htmlpartials/head.htmlpartials/analytics.html so that uses only httpspartials/head.htmlIf it's possible, could this (if it hasn't already) be added as an error in generateSite.sh -- I did a test following the hugo themes site testing instruction today, and it reported no errors. Especially the README I didn't think to check (that and the link CC was (is?) giving out to use is the non-SSL one, and I never thought to look for that issue.
Anyway it'd be convenient if an error in the test script would warn of this so I can verify before pushing changes. Come to think of it I need to figure out how to add the hugoTheme test to my theme CI (such as it is).
@cshoredaniel
The warnings come by email to the maintainers of the Hugo Themes upon deployment.
The logs are publicly available here: https://app.netlify.com/sites/hugothemes/deploys/
Themes are updated automatically every 3 days
The image that you need to serve under https is located in line 141 of the README
@onedrawingperday Thaks for the info.
or just pull the latest master of https://github.com/cshoredaniel/new-oldnew-mashup
I have also fixed other (styling) issues, and breakage I hadn't noticed which occurred due to the new Goldmark default.
@onedrawingperday Thanks, I have fixed and pushed to the master.
According to the latest deploy logs this issue now seems resolved.