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
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
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