diff options
author | Justin Mayer <entroP@gmail.com> | 2017-09-04 11:03:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 11:03:27 -0700 |
commit | c57591675a10637b8b4e76bfe9fa76cc942c3fad (patch) | |
tree | 138a5a89f68c28339544448a60cd9dd065e5802c /pelican-bootstrap3/templates | |
parent | 6b87cae2c40eccd808315c41922fb59aaddf81f5 (diff) | |
parent | 9f2efeba3030418da16aeb1affd95b33f66f6e41 (diff) | |
download | pelican-themes-c57591675a10637b8b4e76bfe9fa76cc942c3fad.tar.gz |
Merge pull request #542 from theMarix/pelican-bootstrap3-modernize-flattr-support
Pelican-Bootstrap3: Add support for Flattr domain verification
Diffstat (limited to 'pelican-bootstrap3/templates')
-rw-r--r-- | pelican-bootstrap3/templates/base.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html index 195934b..9a69baf 100644 --- a/pelican-bootstrap3/templates/base.html +++ b/pelican-bootstrap3/templates/base.html @@ -53,6 +53,11 @@ {# Twitter Cards tags #} {% include 'includes/twitter_cards.html' %} + {# Flattr ID for the Flattr browser plug-in #} + {% if FLATTR_ID %} + <meta name="flattr:id" content="m1qj28"> + {% endif %} + <!-- Bootstrap --> {% if BOOTSTRAP_THEME %} <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bootstrap.{{ BOOTSTRAP_THEME }}.min.css" type="text/css"/> |