Sha256: c4b80b25d187f75502bcdb404dadc573f57639d51ecccfb4bf71a26e1abafc83
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
# Use this setup block to configure all options available in MetaTags. MetaTags.configure do |config| # How many characters should the title meta tag have at most. Default is 70. # Set to nil or 0 to remove limits. # config.title_limit = 70 # When true, site title will be truncated instead of title. Default is false. # config.truncate_site_title_first = false # Maximum length of the page description. Default is 160. # Set to nil or 0 to remove limits. # config.description_limit = 160 # Maxumum length of the keywords meta tag. Default is 255. # config.keywords_limit = 255 # Default separator for keywords meta tag (used when an Array passed with # the list of keywords). Default is ", ". # config.keywords_separator = ', ' # When true, keywords will be converted to lowercase, otherwise they will # appear on the page as is. Default is true. # config.keywords_lowercase = true # List of additional meta tags that should use "property" attribute instead # of "name" attribute in <meta> tags. # config.property_tags.push( # 'x-hearthstone:deck', # ) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
meta-tags-2.6.0 | lib/generators/meta_tags/templates/config/initializers/meta_tags.rb |