From ed5e808ab82b23422d7159191f7f75e43bc7c6ae Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 7 Mar 2021 20:52:05 +0100 Subject: [PATCH] User `name` instead of `property` for Twitter Facebook uses `property`, but `twitter specifies `name`. See https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started#opengraph > Open Graph protocol also specifies the use of property and content attributes for markup () while Twitter cards use name and content. Or for example the "Sample Code" for the Summary Card https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary --- lib/template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/template.html b/lib/template.html index bc507e7..4e56d89 100755 --- a/lib/template.html +++ b/lib/template.html @@ -54,13 +54,13 @@ {% if seo_tag.image %} - + {% else %} {% endif %} {% if seo_tag.page_title %} - + {% endif %} {% if site.twitter %}