[#604] Add base tag

This commit is contained in:
Holger Just 2011-11-19 21:09:42 +01:00
parent 81ca15c52c
commit 29fe856916
3 changed files with 5 additions and 2 deletions

View File

@ -29,4 +29,4 @@ module ChiliProject::Liquid
# include
# macro_list
end
end
end

View File

@ -0,0 +1,4 @@
module ChiliProject::Liquid::Tags
class Tag < ::Liquid::Tag
end
end

View File

@ -6,7 +6,6 @@ module ChiliProject
# Variables are used in liquid like {{var}}
def self.macro_backwards_compatibility
{
'macro_list' => "Use the '{% variable_list %}' tag to see all Liquid variables and '{% tag_list %}' to see all of the Liquid tags."
}
end
end