Compare commits

...

1 Commits

Author SHA1 Message Date
Pat Hawks 8dfc450f39 Add dateModified 2016-10-19 19:11:30 -05:00
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 %}