devroom.io/layouts/post.haml

25 lines
738 B
Plaintext
Raw Normal View History

2013-03-24 13:27:51 +00:00
.headline
%h2= item[:title]
.content_wrap
.post
%section#content
%article
= yield
2013-03-24 15:44:51 +00:00
#disqus_thread
2013-03-24 13:27:51 +00:00
%section#sidebar
%aside.widget.widget_metadata
%h3.widgettitle About this post
%p
2013-03-24 15:33:47 +00:00
This post was written by <em>Ariejan de Vroom</em> on
2013-03-24 13:27:51 +00:00
<em>#{get_pretty_date(item)}</em> and
tagged with <em>#{get_tags(item)}</em>.
2013-03-24 15:44:51 +00:00
: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);
})();