Class: Jekyll::AttendeasePlugin::AuthAccountTag

Inherits:
Liquid::Tag
  • Object
show all
Defined in:
lib/jekyll/attendease_plugin/tags.rb

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



74
75
76
# File 'lib/jekyll/attendease_plugin/tags.rb', line 74

def render(context)
  '<div id="attendease-auth-account"></div>'
end