mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-15 22:05:04 -05:00
replaced a specific reference with a generic one for disqus
This commit is contained in:
parent
eff018e91e
commit
87c7c1a163
@ -72,7 +72,7 @@ google_analytics: true
|
|||||||
:javascript
|
:javascript
|
||||||
var disqus_url = "#{page.full_url}/#{page.url}";
|
var disqus_url = "#{page.full_url}/#{page.url}";
|
||||||
%noscript
|
%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")
|
%script(type="text/javascript" src="http://disqus.com/forums/#{page.disqus_short_name}/embed.js")
|
||||||
- else
|
- else
|
||||||
= preserve rp(content)
|
= preserve rp(content)
|
||||||
|
Loading…
Reference in New Issue
Block a user