Sha256: ef333ccf43d975d25478b09bcee9033939b59c569d2ffd5def1faee2cc181d05

Contents?: true

Size: 368 Bytes

Versions: 59

Compression:

Stored size: 368 Bytes

Contents

- if defined?(title) && !title.blank?
  %meta{property: 'og:title', content: title}
- if defined?(image) && !image.blank?
  %meta{property: 'og:image', content: "http://#{request.host_with_port}#{image}"}
- if defined?(desc) && !desc.blank?
  %meta{property: 'og:description', content: desc}
- if defined?(url) && !url.blank?
  %meta{property: 'og:url', content: url}

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
rocket_cms-0.24.0 app/views/shared/_og.html.haml
rocket_cms-0.22.0 app/views/shared/_og.html.haml
rocket_cms-0.21.1 app/views/shared/_og.html.haml
rocket_cms-0.21.0 app/views/shared/_og.html.haml
rocket_cms-0.20.1 app/views/shared/_og.html.haml
rocket_cms-0.20.0 app/views/shared/_og.html.haml
rocket_cms-0.19.8 app/views/shared/_og.html.haml
rocket_cms-0.19.7 app/views/shared/_og.html.haml
rocket_cms-0.19.6 app/views/shared/_og.html.haml
rocket_cms-0.19.4 app/views/shared/_og.html.haml
rocket_cms-0.19.3 app/views/shared/_og.html.haml
rocket_cms-0.19.2 app/views/shared/_og.html.haml
rocket_cms-0.19.1 app/views/shared/_og.html.haml
rocket_cms-0.19.0 app/views/shared/_og.html.haml
rocket_cms-0.18.5 app/views/shared/_og.html.haml
rocket_cms-0.18.4 app/views/shared/_og.html.haml
rocket_cms-0.18.3 app/views/shared/_og.html.haml
rocket_cms-0.18.2 app/views/shared/_og.html.haml
rocket_cms-0.18.1 app/views/shared/_og.html.haml
rocket_cms-0.18.0 app/views/shared/_og.html.haml