Add dateModified
This commit is contained in:
parent
39c2e06232
commit
8dfc450f39
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue