new site5
parent
348b9484ee
commit
c9c0f4f83b
|
@ -10,8 +10,7 @@ excerpt_separator: "[-----]"
|
||||||
|
|
||||||
# mode: dev
|
# mode: dev
|
||||||
mode: product
|
mode: product
|
||||||
url: https://paul.walko.org/
|
url: http://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,9 +1,20 @@
|
||||||
<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>
|
||||||
|
(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),
|
||||||
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||||
|
|
||||||
|
ga('create', 'UA-79393488-1', 'auto');
|
||||||
|
ga('send', 'pageview');
|
||||||
|
|
||||||
|
</script>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
||||||
|
@ -35,8 +46,9 @@
|
||||||
<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