devroom.io/layouts/post.haml
Ariejan de Vroom efb74d7e47 Add Disqus
2013-03-24 16:44:51 +01:00

25 lines
738 B
Plaintext

.headline
%h2= item[:title]
.content_wrap
.post
%section#content
%article
= yield
#disqus_thread
%section#sidebar
%aside.widget.widget_metadata
%h3.widgettitle About this post
%p
This post was written by <em>Ariejan de Vroom</em> on
<em>#{get_pretty_date(item)}</em> and
tagged with <em>#{get_tags(item)}</em>.
:javascript
var disqus_url = "#{url_for(item)}";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://ariejannet.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();