diff options
Diffstat (limited to 'app/views/blog/categories')
-rw-r--r-- | app/views/blog/categories/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/blog/categories/show.html.erb b/app/views/blog/categories/show.html.erb index 3b4a966..54b5169 100644 --- a/app/views/blog/categories/show.html.erb +++ b/app/views/blog/categories/show.html.erb @@ -17,4 +17,4 @@ <% end %> <%= render :partial => "/shared/content_page" %> -<% content_for :head, stylesheet_link_tag('refinerycms-blog') %>
\ No newline at end of file +<% content_for :stylesheets, stylesheet_link_tag('refinerycms-blog') %>
\ No newline at end of file |