app/views/workarea/storefront/pages/show.html.haml in workarea-storefront-3.4.45 vs app/views/workarea/storefront/pages/show.html.haml in workarea-storefront-3.5.0.beta.1
- old
+ new
@@ -1,9 +1,10 @@
- @title = @page.browser_title
- @breadcrumbs = @page.breadcrumbs
- add_css(@page.css)
- add_javascript(@page.javascript)
+- add_head_content(@page.head_content)
- content_for :head do
- cache "#{@page.cache_key}/head", expires_in: Workarea.config.cache_expirations.pages_fragment_cache do
%meta{ property: 'global-id', content: @page.to_global_id.to_param }