From 54c5635a07d590cce18e462ecdbd88307be917a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 20 Jan 2013 11:12:31 +0100 Subject: [PATCH] add flattr payment link --- source/_includes/flattr_payment_link.html | 7 +++++++ source/atom.xml | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 source/_includes/flattr_payment_link.html diff --git a/source/_includes/flattr_payment_link.html b/source/_includes/flattr_payment_link.html new file mode 100644 index 0000000..4d2902f --- /dev/null +++ b/source/_includes/flattr_payment_link.html @@ -0,0 +1,7 @@ + diff --git a/source/atom.xml b/source/atom.xml index 9d8eabb..e9e386c 100644 --- a/source/atom.xml +++ b/source/atom.xml @@ -8,9 +8,6 @@ layout: nil {% if site.hub_url %}{% endif %} - {% if site.flattr_user %} - - {% endif %} {{ site.time | date_to_xmlschema }} {{ site.url }}/ @@ -24,6 +21,7 @@ layout: nil <![CDATA[{{ post.title | cdata_escape }}]]> {{ post.date | date_to_xmlschema }} + {% if site.flattr_user %}{% include flattr_payment_link.html %}{% endif %} {{ site.url }}{{ post.id }}