- content_for :head do -# Blog Title#{' - ' + current_article.title unless current_article.nil?} = feed_tag :atom, "#{blog.options.prefix.to_s}/feed.xml", title: "Atom Feed" = wrap_layout :layout do .row .col-sm-9#main{:role => "main"} = yield .post_footer %p published around #{current_article.date.strftime('%m/%d/%Y')} .col-sm-3 = partial 'shared/blog_list' - if build? .row .col-sm-10.col-sm-offset-1 #disqus_thread :coffee disqus_shortname = 'markamoser' # * * * DON'T EDIT BELOW THIS LINE * * * (-> dsq = document.createElement("script") dsq.type = "text/javascript" dsq.async = true dsq.src = "//" + disqus_shortname + ".disqus.com/embed.js" (document.getElementsByTagName("head")[0] or document.getElementsByTagName("body")[0]).appendChild dsq return )() comments powered by Disqus