Fix reference to ShareThis key.
This commit is contained in:
parent
3a1c30fa5d
commit
cc6800d17e
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@
|
||||||
<%# enable AJAX'd post nav at your own risk until html5 history API implemented. %>
|
<%# enable AJAX'd post nav at your own risk until html5 history API implemented. %>
|
||||||
<%#= javascript_include_tag('refinery/blog/frontend') %>
|
<%#= javascript_include_tag('refinery/blog/frontend') %>
|
||||||
<script src="http://w.sharethis.com/button/buttons.js"></script>
|
<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? %>
|
<% end if Refinery::Blog::Post::ShareThis.enabled? %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue