diff --git a/i2p2www/pages/blog/post.html b/i2p2www/pages/blog/post.html index 4bc64e71b40c3e6709c3d8a07aa935a7589e8f91..262d9ef7a990b703d8b3382accd269708d128643 100644 --- a/i2p2www/pages/blog/post.html +++ b/i2p2www/pages/blog/post.html @@ -12,6 +12,8 @@ {% endautoescape %} <p> -<a href="https://flattr.com/submit/auto?user_id=I2P&url={{ canonical() }}" target="_blank"><img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></a> +<a href="https://flattr.com/submit/auto?user_id=I2P&url={{ canonical() }}" target="_blank"> +<img src="{{ url_for('static', filename='images/flattr-badge-large.png') }}" alt="Flattr this" title="Flattr this" border="0"> +</a> </p> {% endblock %} diff --git a/i2p2www/pages/site/get-involved/donate.html b/i2p2www/pages/site/get-involved/donate.html index b958e71f935c0a7a646c10bc133986969d61c75c..aa6c1a066836b53a574fcb58cc0e465e65df2977 100644 --- a/i2p2www/pages/site/get-involved/donate.html +++ b/i2p2www/pages/site/get-involved/donate.html @@ -130,7 +130,7 @@ You can donate direct via PayPal to the account "{{ account }}". <br /> <h2><a href="https://flattr.com/">Flattr</a></h2> <a href="http://flattr.com/thing/13523/Invisible-Internet-Project-I2P"> -<img src="/_static/images/flattr-button-static-50x60.png" title="{{ _('Flattr this') }}" style="border:0;" alt="{{ _('Flattr this') }}" /></a> +<img src="{{ url_for('static', filename='images/flattr-button-static-50x60.png') }}" title="{{ _('Flattr this') }}" style="border:0;" alt="{{ _('Flattr this') }}" /></a> <br /> <br /> diff --git a/i2p2www/static/images/flattr-badge-large.png b/i2p2www/static/images/flattr-badge-large.png new file mode 100644 index 0000000000000000000000000000000000000000..1105305850621343d54022dd422415ddf1f659e1 Binary files /dev/null and b/i2p2www/static/images/flattr-badge-large.png differ