This commit is contained in:
Kyle Niewiada 2017-04-11 19:18:08 -04:00
parent f048342e22
commit aa0b47bb8d
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ module Jekyll
date = if page["seo"] && page["seo"]["date_modified"]
page["seo"]["date_modified"]
else
page["last_modified_at"] || page["date"]
page["last_modified_at"].to_liquid || page["date"]
end
filters.date_to_xmlschema(date) if date
end