Class: JekyllRecker::Tags::Version

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

Overview

Returns the VERSION of the running jekyll-recker gem.

Instance Method Summary collapse

Instance Method Details

#render(_context) ⇒ Object



7
8
9
# File 'lib/jekyll_recker/tags.rb', line 7

def render(_context)
  VERSION
end