diff options
Diffstat (limited to 'app/views/blog/posts/archive.html.erb')
-rw-r--r-- | app/views/blog/posts/archive.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/blog/posts/archive.html.erb b/app/views/blog/posts/archive.html.erb index 8283f0a..a5354ab 100644 --- a/app/views/blog/posts/archive.html.erb +++ b/app/views/blog/posts/archive.html.erb @@ -16,4 +16,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 |