From 8549e0c94bde17374d20e3907cbacf3251a20120 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Sun, 1 Jul 2018 10:10:18 +0200 Subject: [PATCH] Remove enforce_ssl setting --- exampleSite/config.toml | 1 - layouts/partials/head/metadata.html | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2e30a51..d836362 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,7 +1,6 @@ baseURL = "https://example.org/" # Your domain name. Must end with "/" DefaultContentLanguage = "en" theme = "introduction" -enforce_ssl = false # disqusshortname = "" # Enable Disqus for comments https://gohugo.io/content-management/comments # googleAnalytics = "" # Enable Google Analytics https://gohugo.io/templates/internal/#google-analytics diff --git a/layouts/partials/head/metadata.html b/layouts/partials/head/metadata.html index 1d97aa2..7e8c3a0 100644 --- a/layouts/partials/head/metadata.html +++ b/layouts/partials/head/metadata.html @@ -12,13 +12,3 @@ {{ if .RSSLink }} {{ end }} - -{{ if .Site.Params.enforce_ssl }} - -{{ end }}