aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-25 07:38:31 -0600
committerB Mathis <brandon@imathis.com>2009-11-25 07:38:31 -0600
commit87c7c1a163c1d7415e8089b124565b5ac4608f3e (patch)
treebacf9a9afa10b227dc4e194832198abd448f21aa
parenteff018e91e5ab1adba9dc01c1ca3c186a1bb486e (diff)
downloadmy_new_personal_website-87c7c1a163c1d7415e8089b124565b5ac4608f3e.tar.xz
my_new_personal_website-87c7c1a163c1d7415e8089b124565b5ac4608f3e.zip
replaced a specific reference with a generic one for disqus
-rw-r--r--source/_layouts/default.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml
index 7ac1da8e..65749d6d 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)