Forcing CSS and Javascript to be loaded via HTTPS.
Using `site.github.url` to refer to the repository fails to load resources when the GitHub Pages site is accessed via HTTPS, because `site.github.url` is `http` protocol. This modifies loads of CSS and Javascript files to always use `https`.
parent
148bfcc9
Please register or sign in to comment