From 98013543d9bb0c51e05236498bf4fbc92af678e1 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 9 Mar 2013 17:14:33 -0600 Subject: Removed Twitter and Ender.js. Added jQuery and updated Modernizr --- .themes/classic/source/_includes/head.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.themes/classic/source/_includes/head.html') diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index 8de6679f..7a727b27 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -16,14 +16,15 @@ - {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{% if page.url contains site.category_dir %}/{% endif %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %} + {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} - {% include custom/head.html %} - + + + {% include custom/head.html %} {% include google_analytics.html %} -- cgit v1.2.1