Browse code

replaced a specific reference with a generic one for disqus

B Mathis authored on 25/11/2009 at 13:38:31
Showing 1 changed files
... ...
@@ -72,7 +72,7 @@ google_analytics: true
72 72
                 :javascript
73 73
                   var disqus_url = "#{page.full_url}/#{page.url}";
74 74
                 %noscript
75
-                  %a(href="http://designenthusiast.disqus.com/?url=ref") View the discussion thread
75
+                  %a(href="http://#{page.disqus_short_name}.disqus.com/?url=ref") View the discussion thread
76 76
                 %script(type="text/javascript" src="http://disqus.com/forums/#{page.disqus_short_name}/embed.js")
77 77
           - else
78 78
             = preserve rp(content)