devroom.io/layouts/post.haml

25 lines
713 B
Plaintext
Raw Normal View History

2013-07-24 18:21:40 +00:00
%article.post
2013-07-25 05:35:02 +00:00
%section#meta
2013-07-24 18:21:40 +00:00
%h1= item[:title]
2013-06-07 12:35:24 +00:00
2013-07-24 18:21:40 +00:00
%p.meta
Written by <strong>Ariejan de Vroom</strong> on #{get_pretty_date(item)}.
2013-03-24 15:44:51 +00:00
2013-07-25 15:14:02 +00:00
%section#adpack
.bsarocks.bsap_a40a34b3f2d124df05e7c20ddaa79bd8#bsap_1287881
%a(href="http://adpacks.com" id="bsap_aplink") via Ad Packs
2013-07-25 05:35:02 +00:00
%section#body
2013-07-24 18:21:40 +00:00
= yield
2013-03-24 15:44:51 +00:00
2013-07-24 18:21:40 +00:00
%section#comments
#disqus_thread
2013-03-24 15:44:51 +00:00
2013-07-24 18:21:40 +00:00
:javascript
var disqus_url = "#{url_for(item)}";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//ariejannet.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();