Skip to content

Commit c1dd0b9

Browse files
committed
Adding PINTEREST_NOPIN
1 parent 50a92da commit c1dd0b9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ Specify the city you live in. Will be included in your [h-card](http://microform
178178
**SHORT_BIO**
179179
GitHub/Twitter-like short bio. Will be included in your [h-card](http://microformats.org/wiki/h-card).
180180

181+
**TWITTER_USERNAME**
182+
Includes your Twitter username in the website metadata, and in the Twitter "share" buttons.
183+
184+
**PINTEREST_NOPIN**
185+
Prevents Pinterest to create pins for images from your website.
186+
181187
Example Configuration
182188
----------------------
183189

templates/base.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
{% if TWITTER_USERNAME %}
4646
<meta name="twitter:site" content="@{{ TWITTER_USERNAME }}" >
4747
{% endif %}
48+
{% if PINTEREST_NOPIN %}
49+
<meta name="pinterest" content="nopin" />
50+
{% endif %}
4851
<meta property="og:site_name" content="{{ SITENAME }}" >
4952

5053
{% block seo %}

0 commit comments

Comments
 (0)