Skip to content

Commit

Permalink
Fix FLATTR_ID rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-schwendenman committed Nov 12, 2017
1 parent 2820df9 commit 21ae0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican-bootstrap3/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 21ae0eb

Please sign in to comment.