diff options
author | suweller <me@suweller.com> | 2010-11-21 13:30:23 +0100 |
---|---|---|
committer | suweller <me@suweller.com> | 2010-11-21 13:30:23 +0100 |
commit | affa60ef2a503bf68181c25f1507381723be92a1 (patch) | |
tree | 151edea13a8faeee723db340f1ac7579c6f0c9b4 /app/views/blog | |
parent | 5cdb29dfe832f30f96f2459d1092ba56c6b3e862 (diff) | |
download | refinerycms-blog-affa60ef2a503bf68181c25f1507381723be92a1.tar.gz refinerycms-blog-affa60ef2a503bf68181c25f1507381723be92a1.tar.bz2 refinerycms-blog-affa60ef2a503bf68181c25f1507381723be92a1.zip |
place all script occurrences in content_for :javascripts
Diffstat (limited to 'app/views/blog')
-rw-r--r-- | app/views/blog/posts/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/blog/posts/show.html.erb b/app/views/blog/posts/show.html.erb index f8d4b35..d959956 100644 --- a/app/views/blog/posts/show.html.erb +++ b/app/views/blog/posts/show.html.erb @@ -1,4 +1,4 @@ -<% content_for :head do %> +<% content_for :javascripts do %> <% if BlogPost::ShareThis.enabled? %> <script src="http://w.sharethis.com/button/buttons.js"></script> <script> @@ -92,4 +92,4 @@ <% end %> <%= render :partial => "/shared/content_page", :locals => { :remove_automatic_sections => true } %> -<% content_for :head, stylesheet_link_tag('refinerycms-blog') %>
\ No newline at end of file +<% content_for :head, stylesheet_link_tag('refinerycms-blog') %> |