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.17.2 app/views/shared/_og.html.haml
rocket_cms-0.17.1 app/views/shared/_og.html.haml
rocket_cms-0.17.0 app/views/shared/_og.html.haml
rocket_cms-0.16.1 app/views/shared/_og.html.haml
rocket_cms-0.16.0 app/views/shared/_og.html.haml
rocket_cms-0.15.5 app/views/shared/_og.html.haml
rocket_cms-0.15.4 app/views/shared/_og.html.haml
rocket_cms-0.15.3 app/views/shared/_og.html.haml
rocket_cms-0.15.2 app/views/shared/_og.html.haml
rocket_cms-0.15.1 app/views/shared/_og.html.haml
rocket_cms-0.15.0 app/views/shared/_og.html.haml
rocket_cms-0.14.0 app/views/shared/_og.html.haml
rocket_cms-0.13.6 app/views/shared/_og.html.haml
rocket_cms-0.13.5 app/views/shared/_og.html.haml
rocket_cms-0.13.4 app/views/shared/_og.html.haml
rocket_cms-0.13.3 app/views/shared/_og.html.haml
rocket_cms-0.13.2 app/views/shared/_og.html.haml
rocket_cms-0.13.1 app/views/shared/_og.html.haml
rocket_cms-0.13.0 app/views/shared/_og.html.haml
rocket_cms-0.12.3 app/views/shared/_og.html.haml