Sha256: a7bdefc44d3b521d1009ec383132a4d645db4053a8a15247c0d04a4c3058e2d9
Contents?: true
Size: 300 Bytes
Versions: 2
Compression:
Stored size: 300 Bytes
Contents
activate :ogp do |ogp| # # register namespace with default options # ogp.namespaces = { fb: data.ogp.fb, # from data/ogp/fb.yml og: data.ogp.og # from data/ogp/og.yml } ogp.base_url = 'http://myshop.foo.tld/' ogp.image_base_url = 'https://images.mydomain.tld/path/' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
middleman-ogp-1.3.0 | fixtures/test-app/config.rb |
middleman-ogp-1.2.0 | fixtures/test-app/config.rb |