disqus, feed fix, deploy gem

This commit is contained in:
Mark Moser
2014-09-21 14:49:05 -05:00
parent 8b89563825
commit 4e77b049e6
5 changed files with 62 additions and 52 deletions

View File

@ -10,3 +10,23 @@
%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
)()
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>