Added property 'article:modified_time'.
This commit is contained in:
parent
93c664bce0
commit
551a55acd7
|
@ -44,6 +44,10 @@
|
|||
<meta property="article:published_time" content="{{ page.date | date_to_xmlschema }}" />
|
||||
{% endif %}
|
||||
|
||||
{% if page.last_modified_at %}
|
||||
<meta property="article:modified_time" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||
{% endif %}
|
||||
|
||||
{% if paginator.previous_page %}
|
||||
<link rel="prev" href="{{ paginator.previous_page_path | absolute_url }}" />
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue