added the `twitter:description` tag

This commit is contained in:
Amir Masoud Abdol 2022-07-12 19:16:17 +02:00 committed by GitHub
parent 62d7e8af8b
commit 48f4888582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
{% if seo_tag.description %}
<meta name="description" content="{{ seo_tag.description }}" />
<meta property="og:description" content="{{ seo_tag.description }}" />
<meta property="twitter:description" content="{{ seo_tag.description }}" />
{% endif %}
{% if site.url %}