From c779ad791612bef126d50e975bf7b5a855c9e82e Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Thu, 28 Jul 2011 16:51:55 -0400 Subject: [PATCH] Now rss link in head will update correctly with changes to the config --- .themes/classic/source/_includes/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index ff3ac21..e7663ea 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -27,7 +27,8 @@ - + {% capture rss_url %}{% if site.subscribe_rss contains ':' %}{{ site.subscribe_rss }}{% else %}{{ root_url }}{{ site.subscribe_rss }}{% endif %}{% endcapture %} + {% include google_analytics.html %} {% include google_plus_one.html %} {% include twitter_sharing.html %}