Initial page back up and running.
This commit is contained in:
parent
2ef7861b92
commit
b4907becb1
18 changed files with 146 additions and 103 deletions
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
{% if site.force-https and jekyll.environment == "production" %}
|
||||
|
||||
<!-- Force HTTPS Start -->
|
||||
<script>
|
||||
// Don't force http when serving the website locally
|
||||
if (!(window.location.host.startsWith("127.0.0.1")) && (window.location.protocol != "https:"))
|
||||
window.location.protocol = "https";
|
||||
</script>
|
||||
|
||||
<!-- Force HTTPS End -->
|
||||
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue