Added property 'article:modified_time'.

This commit is contained in:
Florian Latzel 2021-06-18 09:23:43 +02:00
parent 93c664bce0
commit 551a55acd7
1 changed files with 4 additions and 0 deletions

View File

@ -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 %}