Merge pull request #219 from corydeppen/patch-2

Fix reference to ShareThis key.
This commit is contained in:
Uģis Ozols 2012-04-10 12:40:28 -07:00
commit 3627b8f865

View file

@ -17,5 +17,5 @@
<%# enable AJAX'd post nav at your own risk until html5 history API implemented. %>
<%#= javascript_include_tag('refinery/blog/frontend') %>
<script src="http://w.sharethis.com/button/buttons.js"></script>
<script>stLight.options({publisher:'<%= Blog::Post::ShareThis.key %>'});</script>
<script>stLight.options({publisher:'<%= Refinery::Blog.share_this_key %>'});</script>
<% end if Refinery::Blog::Post::ShareThis.enabled? %>