module Metag::Sugar

Public Instance Methods

facebook_tag(*args) click to toggle source
# File lib/metag/sugar.rb, line 5
def facebook_tag(*args)
  meta_tag :fb, *args
end
Also aliased as: fb_tag
fb_tag(*args)
Alias for: facebook_tag
og_tag(*args)
Alias for: opengraph_tag
opengraph_tag(*args) click to toggle source
# File lib/metag/sugar.rb, line 10
def opengraph_tag(*args)
  meta_tag :og, *args
end
Also aliased as: og_tag
tw_tag(*args)
Alias for: twitter_tag
twitter_tag(*args) click to toggle source
# File lib/metag/sugar.rb, line 15
def twitter_tag(*args)
  meta_tag :twitter, *args
end
Also aliased as: tw_tag