kakawait / hugo-tranquilpeak-theme

A gorgeous responsive theme for Hugo blog framework
https://tranquilpeak.kakawait.com
GNU General Public License v3.0
924 stars 524 forks source link

Mixed content warnings using defaults #199

Closed WilliamTylerBradley closed 7 years ago

WilliamTylerBradley commented 7 years ago

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!

WilliamTylerBradley commented 7 years ago

Hey, I found the issue was in my setup. I have no clue how this was even running in the first place.