Skip to content

Instantly share code, notes, and snippets.

@larrywright
Created October 19, 2009 23:28
Show Gist options
  • Save larrywright/213837 to your computer and use it in GitHub Desktop.
Save larrywright/213837 to your computer and use it in GitHub Desktop.
<%= content_for :title, @article.title + " -" %>
<% content_for :content do -%>
<%= render :partial => "article" %>
<div id="disqus_thread">
</div>
<script type="text/javascript"
src="http://disqus.com/forums/thecuriousityproject/embed.js">
var disqus_developer = 1;
</script><noscript><a href="http://thecuriousityproject.disqus.com/?url=ref">View
the discussion thread.</a></noscript><a href="http://disqus.com"
class="dsq-brlink">blog
comments powered by <span class="logo-disqus">Disqus</span></a>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment