diff options
Diffstat (limited to 'pelican-bootstrap3')
-rw-r--r-- | pelican-bootstrap3/templates/includes/twitter_cards.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/includes/twitter_cards.html b/pelican-bootstrap3/templates/includes/twitter_cards.html index 3145915..036721f 100644 --- a/pelican-bootstrap3/templates/includes/twitter_cards.html +++ b/pelican-bootstrap3/templates/includes/twitter_cards.html @@ -1,6 +1,7 @@ {% if TWITTER_CARDS and USE_OPEN_GRAPH %} {# Do not include duplicates tag with og ones. #} {# Twitter is able to infer them from og. #} + <meta name="twitter:dnt" content="on"> <meta name="twitter:card" content="summary"> {% if TWITTER_USERNAME %} <meta name="twitter:site" content="@{{ TWITTER_USERNAME }}"> |