diff options
-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 --> |