File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,12 @@ Specify the city you live in. Will be included in your [h-card](http://microform
178178** SHORT_BIO**
179179GitHub/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+
181187Example Configuration
182188----------------------
183189
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments