From 87c7c1a163c1d7415e8089b124565b5ac4608f3e Mon Sep 17 00:00:00 2001 From: B Mathis Date: Wed, 25 Nov 2009 07:38:31 -0600 Subject: [PATCH] replaced a specific reference with a generic one for disqus --- source/_layouts/default.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml index 7ac1da8..65749d6 100644 --- a/source/_layouts/default.haml +++ b/source/_layouts/default.haml @@ -72,7 +72,7 @@ google_analytics: true :javascript var disqus_url = "#{page.full_url}/#{page.url}"; %noscript - %a(href="http://designenthusiast.disqus.com/?url=ref") View the discussion thread + %a(href="http://#{page.disqus_short_name}.disqus.com/?url=ref") View the discussion thread %script(type="text/javascript" src="http://disqus.com/forums/#{page.disqus_short_name}/embed.js") - else = preserve rp(content)