larrywright (owner)

Revisions

gist: 213837 Download_button fork
public
Public Clone URL: git://gist.github.com/213837.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%= 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 -%>