diff options
author | Justin Mayer <entroP@gmail.com> | 2017-11-12 08:45:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 08:45:19 -0800 |
commit | c2a9c473fc52094285b5ae9e2d7695e23a8c0a6a (patch) | |
tree | d2dec2fbf6531bc33196bfc18c222e4a15e074de /pelican-bootstrap3/templates | |
parent | 2820df985efd295875e5be72a4bff3364a0e8de5 (diff) | |
parent | 21ae0ebd70849761fbcfe5f594e48f477e9e2b2e (diff) | |
download | pelican-themes-c2a9c473fc52094285b5ae9e2d7695e23a8c0a6a.tar.gz |
Merge pull request #571 from paul-schwendenman/flatterid
Pelican-bootstrap3: Fix FLATTR_ID rendering
Diffstat (limited to 'pelican-bootstrap3/templates')
-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 --> |