Initial page back up and running.

This commit is contained in:
Señor Rolando 2022-08-14 17:03:26 +02:00
parent 2ef7861b92
commit b4907becb1
18 changed files with 146 additions and 103 deletions

View file

@ -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 %}