master
Paul Walko 2016-06-21 14:39:31 -04:00
parent 8a852e04fe
commit 27aeb4b8e7
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,8 @@ excerpt_separator: "[-----]"
# mode: dev
mode: product
url: http://paul.walko.org/
url: https://paul.walko.org/
enforce_ssl: paul.walko.org/
devurl: http://localhost:4000/
name: Paul Walko
title: Paul Walko

View File

@ -1,10 +1,10 @@
<meta charset="utf-8">
<!--<script type="text/javascript">
<script type="text/javascript">
var host = "paul.walko.org";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
-->
<script>
(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),
@ -46,9 +46,8 @@
<script type="text/javascript" src="{{crturl}}javascripts/jquery.js"></script>
<!--
<link rel="canonical" href=" { { site.url } }{ { page.url } }" />
-->
<!--[if lt IE 9]>
<script src="{{crturl}}javascripts/html5shiv.js"></script>