Class: Jekyll::CacheBuster

Inherits:
Liquid::Tag
  • Object
show all
Defined in:
lib/jekyll/cache/buster.rb

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



9
10
11
# File 'lib/jekyll/cache/buster.rb', line 9

def render(context)
  "#{Digest::SHA1.hexdigest(Time.now.to_s)}"
end