diff options
author | Justin Mayer <entroP@gmail.com> | 2017-09-06 08:39:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 08:39:39 -0700 |
commit | 69ecf3d1df63f079aafbae2e512db70bc35bca37 (patch) | |
tree | 556acf809cd732b26311e588c55902c9eac84aeb /pelican-bootstrap3 | |
parent | a8abfe35ec40ad277b4e9be5dc586eb3cd7c8b49 (diff) | |
parent | 70bbbb7411ffac55daf26295cbba55fd3fa4101c (diff) | |
download | pelican-themes-69ecf3d1df63f079aafbae2e512db70bc35bca37.tar.gz |
Merge pull request #546 from mlissner/patch-1
pelican-bootstrap3: Add DNT meta so Twitter doesn't track us
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 }}"> |