Class: Bunto::FeedMetaTag

Inherits:
Liquid::Tag
  • Object
show all
Defined in:
lib/bunto/feed_meta_tag.rb

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



4
5
6
7
# File 'lib/bunto/feed_meta_tag.rb', line 4

def render(context)
  @context = context
  "<link type=\"application/atom+xml\" rel=\"alternate\" href=\"#{url}/#{path}\" title=\"#{config["name"]}\" />"
end