Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jweslley/hugo-conference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonhnny Weslley <jw@jonhnnyweslley.net>2017-10-28 22:34:04 +0300
committerJonhnny Weslley <jw@jonhnnyweslley.net>2017-10-28 22:34:04 +0300
commit9b328721a3321551267ef04ae7632348afb398f9 (patch)
treeec1fad82b341cad9607704e6672c4d150b91578a
parent32dee610d329a550aae0c8a59baf0519803ea7dc (diff)
load https resources
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index ea58093..ce43462 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -40,10 +40,10 @@
</div>
</div>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/js/jquery.js"><\/script>')</script>
{{ if isset .Site.Params "address" }}
- <script src="http://maps.google.com/maps/api/js?sensor=false"></script>
+ <script src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script src="/js/main.js"></script>
{{ end }}
{{ template "_internal/google_analytics_async.html" . }}