diff options
author | Paul Schwendenman <schwendenman.paul@gmail.com> | 2017-11-12 01:26:37 -0500 |
---|---|---|
committer | Paul Schwendenman <pschwendenman@pillartechnology.com> | 2017-11-12 01:33:08 -0500 |
commit | 21ae0ebd70849761fbcfe5f594e48f477e9e2b2e (patch) | |
tree | d2dec2fbf6531bc33196bfc18c222e4a15e074de /pelican-bootstrap3/templates/base.html | |
parent | 2820df985efd295875e5be72a4bff3364a0e8de5 (diff) | |
download | pelican-themes-21ae0ebd70849761fbcfe5f594e48f477e9e2b2e.tar.gz |
Fix FLATTR_ID rendering
Diffstat (limited to 'pelican-bootstrap3/templates/base.html')
-rw-r--r-- | pelican-bootstrap3/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html index 873cd08..28e592a 100644 --- a/pelican-bootstrap3/templates/base.html +++ b/pelican-bootstrap3/templates/base.html @@ -55,7 +55,7 @@ {# Flattr ID for the Flattr browser plug-in #} {% if FLATTR_ID %} - <meta name="flattr:id" content="m1qj28"> + <meta name="flattr:id" content="{{ FLATTR_ID }}"> {% endif %} <!-- Bootstrap --> |