flattr correct links
This commit is contained in:
parent
12c391c840
commit
0dd8b76f8a
@ -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"/>
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user