Add dateModified

This commit is contained in:
Pat Hawks 2016-10-19 19:11:30 -05:00 committed by GitHub
parent 39c2e06232
commit 8dfc450f39
1 changed files with 4 additions and 0 deletions

View File

@ -200,6 +200,10 @@
"datePublished": {{ page.date | date_to_xmlschema | jsonify }},
{% endif %}
{% if page.last_modified_at %}
"dateModified": {{ page.last_modified_at | date_to_xmlschema | jsonify }},
{% endif %}
{% if seo_description %}
"description": {{ seo_description | jsonify }},
{% endif %}