Sha256: 697fc3f54fb3e77efc8e30ba9350808e73902fd5c7ea74f321d2498edd0faae6

Contents?: true

Size: 757 Bytes

Versions: 34

Compression:

Stored size: 757 Bytes

Contents

- @title = @page.browser_title

- add_css(@page.css)
- add_javascript(@page.javascript)

- 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

34 entries across 34 versions & 1 rubygems

Version Path
workarea-storefront-3.4.25 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.13 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.12 app/views/workarea/storefront/pages/home_page.html.haml