flattr correct links

This commit is contained in:
Jörg Thalheim 2013-01-21 07:46:02 +01:00
parent 12c391c840
commit 0dd8b76f8a
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{% include flattr_payment_link.html %}
{% include flattr_param.html %}
<a href="https://flattr.com/submit/auto?url={{ flattr_param }}">
<img src="https://api.flattr.com/button/flattr-badge-large.png"
alt="Flattr this"/>

View File

@ -128,7 +128,7 @@ layout: nil
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id>
{% if site.flattr_user %}
{% include flattr_payment_link.html %}
{% include flattr_param.html %}
<link rel="payment" href="https://flattr.com/submit/auto?{{ flattr_param }}" type="text/html" />
{% endif %}
<content type="html"><![CDATA[
@ -169,7 +169,7 @@ Therefor create a new template:
{% raw %}
```html source/_includes/flattr_feed_button.html
{% include flattr_payment_link.html %}
{% include flattr_param.html %}
<a href="https://flattr.com/submit/auto?url={{ flattr_param }}">
<img src="https://api.flattr.com/button/flattr-badge-large.png"
alt="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.

View File

@ -22,7 +22,7 @@ layout: nil
<link href="{{ site.url }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
{% if site.flattr_user %}
{% include flattr_payment_link.html %}
{% include flattr_param.html %}
<link rel="payment" href="https://flattr.com/submit/auto?{{ flattr_param }}" type="text/html" />
{% endif %}
<id>{{ site.url }}{{ post.id }}</id>