I'm getting a mixed content warning when trying my site with https (works fine with http). The issue appears in two lines:
layouts/partials/head.html, in the STYLES section, the link href defaults to http (not https)
layouts/partials/script.html in the SCRIPTS section, the script src defaults to http (not https)
Expected behavior
No difference when using http vs https. Hard coding appears to fix the issue (using https://d33wubrfki0l68.cloudfront.net/whatever-is-needed-here).
Steps to reproduce the behavior
I'm not sure, try out the defaults? I'm setting up using the blogdown R package and that might have something to do with it. I'm not a web developer, so I apologize if this was an easy fix on my end. Thanks!
Configuration
Actual behavior
I'm getting a mixed content warning when trying my site with https (works fine with http). The issue appears in two lines:
Expected behavior
No difference when using http vs https. Hard coding appears to fix the issue (using https://d33wubrfki0l68.cloudfront.net/whatever-is-needed-here).
Steps to reproduce the behavior
I'm not sure, try out the defaults? I'm setting up using the blogdown R package and that might have something to do with it. I'm not a web developer, so I apologize if this was an easy fix on my end. Thanks!