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.45 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.36 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.35 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.34 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.33 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.32 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.31 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.30 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.29 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.28 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.27 app/views/workarea/storefront/pages/home_page.html.haml
workarea-storefront-3.4.26 app/views/workarea/storefront/pages/home_page.html.haml