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

Version Path
workarea-storefront-3.5.27 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.15 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/pages/home_page.html.haml