[#604] Add base tag
This commit is contained in:
parent
81ca15c52c
commit
29fe856916
@ -29,4 +29,4 @@ module ChiliProject::Liquid
|
||||
# include
|
||||
# macro_list
|
||||
end
|
||||
end
|
||||
end
|
4
lib/chili_project/liquid/tags/tag.rb
Normal file
4
lib/chili_project/liquid/tags/tag.rb
Normal file
@ -0,0 +1,4 @@
|
||||
module ChiliProject::Liquid::Tags
|
||||
class Tag < ::Liquid::Tag
|
||||
end
|
||||
end
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user