remove stubbed context

This commit is contained in:
Ben Balter 2017-04-06 19:06:31 -04:00
parent 25f1401d96
commit b9cd5de1d0
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
module Jekyll
class SeoTag
# Stubbed LiquidContext to support relative_url and absolute_url helpers
class Context
attr_reader :site
def initialize(site)
@site = site
end
def registers
{ :site => site }
end
end
end
end