diff --git a/source/_includes/flattr_feed_button.html b/source/_includes/flattr_feed_button.html index 07b1d2b..cadaac8 100644 --- a/source/_includes/flattr_feed_button.html +++ b/source/_includes/flattr_feed_button.html @@ -1,4 +1,4 @@ -{% include flattr_payment_link.html %} +{% include flattr_param.html %} Flattr this diff --git a/source/_posts/2013-01-20-add-flattr-to-octopress.markdown b/source/_posts/2013-01-20-add-flattr-to-octopress.markdown index 786493b..f777f02 100644 --- a/source/_posts/2013-01-20-add-flattr-to-octopress.markdown +++ b/source/_posts/2013-01-20-add-flattr-to-octopress.markdown @@ -128,7 +128,7 @@ layout: nil {{ post.date | date_to_xmlschema }} {{ site.url }}{{ post.id }} {% if site.flattr_user %} - {% include flattr_payment_link.html %} + {% include flattr_param.html %} {% endif %} Flattr this @@ -217,6 +217,7 @@ This will add a flattr button to each entry in your feed. Preview: +{% include flattr_param.html %} [{% img left https://api.flattr.com/button/flattr-badge-large.png Alt Flattr this %}](https://flattr.com/submit/auto?{{ flattr_param }}) That's all folks! I hope you will become rich by your flattr income. diff --git a/source/atom.xml b/source/atom.xml index 309be48..b9a89f0 100644 --- a/source/atom.xml +++ b/source/atom.xml @@ -22,7 +22,7 @@ layout: nil {{ post.date | date_to_xmlschema }} {% if site.flattr_user %} - {% include flattr_payment_link.html %} + {% include flattr_param.html %} {% endif %} {{ site.url }}{{ post.id }}