Sha256: fab99829a40ee1aff43d12cf09156dd040516960a2656ec7c7cb85221c385457
Contents?: true
Size: 726 Bytes
Versions: 2
Compression:
Stored size: 726 Bytes
Contents
#disqus_thread :javascript /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = '#{config.disqus_id}'; var disqus_developer = #{production? ? 0 : 1}; var disqus_identifier = '#{disqus_identifier}'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); %noscript Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
schnitzelpress-0.2.1 | lib/views/partials/_disqus.haml |
schnitzelpress-0.2.0 | lib/views/partials/_disqus.haml |