remove unused date method
This commit is contained in:
parent
9c06b710e6
commit
de12942f36
|
@ -47,10 +47,6 @@ module Jekyll
|
|||
image["path"] if image
|
||||
end
|
||||
|
||||
def date
|
||||
filters.date_to_xmlschema(page["date"]) if page["date"]
|
||||
end
|
||||
|
||||
def publisher
|
||||
return unless logo
|
||||
output = {
|
||||
|
|
Loading…
Reference in New Issue