From db4dceaba5b629fa0ff6769c448f87febb2b6af3 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Wed, 12 Feb 2014 20:42:49 -0500 Subject: Lots of style updates --- _includes/analytics.html | 2 +- _includes/disqus.html | 20 +++++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) (limited to '_includes') diff --git a/_includes/analytics.html b/_includes/analytics.html index 6707963..ccd51fd 100644 --- a/_includes/analytics.html +++ b/_includes/analytics.html @@ -2,7 +2,7 @@ + (function() { + var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; + dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); + })(); + {% endif %} + \ No newline at end of file -- cgit v1.2.3