https
parent
8a852e04fe
commit
27aeb4b8e7
|
@ -10,7 +10,8 @@ excerpt_separator: "[-----]"
|
||||||
|
|
||||||
# mode: dev
|
# mode: dev
|
||||||
mode: product
|
mode: product
|
||||||
url: http://paul.walko.org/
|
url: https://paul.walko.org/
|
||||||
|
enforce_ssl: paul.walko.org/
|
||||||
devurl: http://localhost:4000/
|
devurl: http://localhost:4000/
|
||||||
name: Paul Walko
|
name: Paul Walko
|
||||||
title: Paul Walko
|
title: Paul Walko
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<!--<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var host = "paul.walko.org";
|
var host = "paul.walko.org";
|
||||||
if ((host == window.location.host) && (window.location.protocol != "https:"))
|
if ((host == window.location.host) && (window.location.protocol != "https:"))
|
||||||
window.location.protocol = "https";
|
window.location.protocol = "https";
|
||||||
</script>
|
</script>
|
||||||
-->
|
|
||||||
<script>
|
<script>
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
|
@ -46,9 +46,8 @@
|
||||||
<script type="text/javascript" src="{{crturl}}javascripts/jquery.js"></script>
|
<script type="text/javascript" src="{{crturl}}javascripts/jquery.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<!--
|
|
||||||
<link rel="canonical" href=" { { site.url } }{ { page.url } }" />
|
<link rel="canonical" href=" { { site.url } }{ { page.url } }" />
|
||||||
-->
|
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="{{crturl}}javascripts/html5shiv.js"></script>
|
<script src="{{crturl}}javascripts/html5shiv.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue