Sha256: eff26a549bb40616055b690df2d52ee043b4cda8e7595cc7b12c61b1ceefbdc6

Contents?: true

Size: 213 Bytes

Versions: 112

Compression:

Stored size: 213 Bytes

Contents

module RocketCMS
  module SeoHelpers
    extend ActiveSupport::Concern
    def page_title
      title.blank? ? name : title
    end

    def get_og_title
      og_title.blank? ? name : og_title
    end
  end
end

Version data entries

112 entries across 112 versions & 2 rubygems

Version Path
rocket_cms-0.8.10 lib/rocket_cms/seo_helpers.rb
ack_rocket_cms-0.8.0 lib/rocket_cms/seo_helpers.rb
rocket_cms-0.8.9 lib/rocket_cms/seo_helpers.rb
rocket_cms-0.8.8 lib/rocket_cms/seo_helpers.rb
rocket_cms-0.8.7 lib/rocket_cms/seo_helpers.rb
rocket_cms-0.8.6 lib/rocket_cms/seo_helpers.rb
rocket_cms-0.8.5 lib/rocket_cms/seo_helpers.rb
rocket_cms-0.8.4 lib/rocket_cms/seo_helpers.rb
rocket_cms-0.8.3 lib/rocket_cms/seo_helpers.rb
rocket_cms-0.8.1 lib/rocket_cms/seo_helpers.rb
rocket_cms-0.8.0 lib/rocket_cms/seo_helpers.rb
rocket_cms-0.8.0.pre.6 lib/rocket_cms/seo_helpers.rb