diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 740a5a6..2fd3dd6 100755 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,10 +1,13 @@ + + {% comment %} + This is a hack to force using HTTPS... + The URL of the docs should be changed in the repo settings instead + {% endcomment %} {% assign protocol_scheme = page.url | absolute_url | truncate: 5, "" %} {%- capture site_url -%} {%- if protocol_scheme == "https" -%} - - {{ site.github.url | replace: "http", "https" }} {%- else -%} {{ site.github.url }}