Skip to content
Snippets Groups Projects
user avatar
Greg Wilson authored
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`.
a19a6259