diff options
author | B Mathis <brandon@imathis.com> | 2009-11-25 07:38:31 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-25 07:38:31 -0600 |
commit | 87c7c1a163c1d7415e8089b124565b5ac4608f3e (patch) | |
tree | bacf9a9afa10b227dc4e194832198abd448f21aa | |
parent | eff018e91e5ab1adba9dc01c1ca3c186a1bb486e (diff) | |
download | my_new_personal_website-87c7c1a163c1d7415e8089b124565b5ac4608f3e.tar.xz my_new_personal_website-87c7c1a163c1d7415e8089b124565b5ac4608f3e.zip |
replaced a specific reference with a generic one for disqus
Diffstat (limited to '')
-rw-r--r-- | source/_layouts/default.haml | 2 |
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) |