parent
99da7cd940
commit
f81f1e8e1b
|
@ -2,15 +2,6 @@
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
module Tags
|
module Tags
|
||||||
class IncludeTagError < StandardError
|
|
||||||
attr_accessor :path
|
|
||||||
|
|
||||||
def initialize(msg, path)
|
|
||||||
super(msg)
|
|
||||||
@path = path
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class IncludeTag < Liquid::Tag
|
class IncludeTag < Liquid::Tag
|
||||||
VALID_SYNTAX = %r!
|
VALID_SYNTAX = %r!
|
||||||
([\w-]+)\s*=\s*
|
([\w-]+)\s*=\s*
|
||||||
|
|
Loading…
Reference in New Issue