Module: Gluttonberg::Public::MetaTags

Included in:
Gluttonberg::Public
Defined in:
app/helpers/gluttonberg/public/meta_tags.rb

Instance Method Summary collapse

Instance Method Details

#description_meta_tagObject

Description meta tag with CMS settings of description



12
13
14
# File 'app/helpers/gluttonberg/public/meta_tags.rb', line 12

def description_meta_tag
  _meta_tag("description", "description")
end

#keywords_meta_tagObject

Keywords meta tag with CMS settings of keywords



7
8
9
# File 'app/helpers/gluttonberg/public/meta_tags.rb', line 7

def keywords_meta_tag
  _meta_tag("keywords", "keywords")
end