Sha256: a3fd7e2a0a1553ca829924ba0c6869b9d9e3bdf070053dfb1d9a21f6472eced8
Contents?: true
Size: 265 Bytes
Versions: 1
Compression:
Stored size: 265 Bytes
Contents
module Jekyll module Maps class GoogleMapTag < Liquid::Tag def initialize(_tag_name, text, _tokens) super end def render(_context) end end end end Liquid::Template.register_tag("google_map", Jekyll::Maps::GoogleMapTag)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-maps-1.0.0 | lib/jekyll-maps/google_map_tag.rb |