Sha256: 16608a9f55472116da9d81906eba63fd14fff36c1ccbeb059da0c3be9e39aadc
Contents?: true
Size: 926 Bytes
Versions: 28
Compression:
Stored size: 926 Bytes
Contents
- @title = @page.browser_title - add_css(@page.css) - add_javascript(@page.javascript) - add_head_content(@page.head_content) - content_for :breadcrumbs do = render_schema_org(breadcrumb_list_schema([[t('workarea.storefront.layouts.home'), root_url]])) - content_for :head do %meta{ property: 'global-id', content: @page.to_global_id.to_param } %link{ href: root_url, rel: 'canonical' } %meta{ name: :description, content: @page.meta_description } %meta{ property: 'og:url', content: url_for(only_path: false) } %meta{ property: 'og:title', content: page_title } %meta{ property: 'og:type', content: 'website' } %meta{ property: 'og:image', content: @page.open_graph_asset.url } %meta{ property: 'og:image:secure_url', content: @page.open_graph_asset.url } .view %h1.visually-hidden= Workarea.config.site_name.titleize = render_content_blocks(@page.content_blocks) if @page.content_blocks.present?
Version data entries
28 entries across 28 versions & 1 rubygems