From 1bd59141405aa4551fbb446e78a43d87a2183845 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 9 Sep 2013 13:31:34 -0400 Subject: [PATCH] Close if tag --- _includes/scripts.html | 1 + _layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/scripts.html b/_includes/scripts.html index 36e1bc34..e08fb27c 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -17,3 +17,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); +{% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 5539ee0d..8e563e42 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -66,4 +66,4 @@ {% include scripts.html %} - + \ No newline at end of file