page: write? should always be true
This commit is contained in:
parent
ae3a71ed0d
commit
0a6f289ba5
|
@ -166,5 +166,9 @@ module Jekyll
|
|||
def trigger_hooks(hook_name, *args)
|
||||
Jekyll::Hooks.trigger :pages, hook_name, self, *args
|
||||
end
|
||||
|
||||
def write?
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue