Set the default og:type to 'website' (#391)

Merge pull request 391
This commit is contained in:
Igor Żuk 2021-10-08 12:05:05 +02:00 committed by GitHub
parent dff018c347
commit f1b98288e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
{% if page.date %}
<meta property="og:type" content="article" />
<meta property="article:published_time" content="{{ page.date | date_to_xmlschema }}" />
{% else %}
<meta property="og:type" content="website" />
{% endif %}
{% if paginator.previous_page %}