aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Schwendenman <schwendenman.paul@gmail.com>2017-11-12 01:26:37 -0500
committerPaul Schwendenman <pschwendenman@pillartechnology.com>2017-11-12 01:33:08 -0500
commit21ae0ebd70849761fbcfe5f594e48f477e9e2b2e (patch)
treed2dec2fbf6531bc33196bfc18c222e4a15e074de
parent2820df985efd295875e5be72a4bff3364a0e8de5 (diff)
downloadpelican-themes-21ae0ebd70849761fbcfe5f594e48f477e9e2b2e.tar.gz
Fix FLATTR_ID rendering
-rw-r--r--pelican-bootstrap3/templates/base.html2
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 -->