replaced a specific reference with a generic one for disqus

This commit is contained in:
B Mathis 2009-11-25 07:38:31 -06:00
parent eff018e91e
commit 87c7c1a163
1 changed files with 1 additions and 1 deletions

View File

@ -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)