[gimp-web/testing] Issue #18 - Flattr Link is Broken
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Issue #18 - Flattr Link is Broken
- Date: Wed, 22 Aug 2018 12:18:50 +0000 (UTC)
commit a8a507d4c3621ce0d4e99dcbe6f82e3af1154c1f
Author: Michael Schumacher <schumaml gmx de>
Date: Wed Aug 22 14:15:27 2018 +0200
Issue #18 - Flattr Link is Broken
Seems like making a site Flattr-capable is now done via a meta tag
themes/newgimp/templates/base.html | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index b2bdcabf..768ad0c8 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -45,6 +45,9 @@
<link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS|format(tag.slug) }}" type="application/rss+xml"
rel="alternate" title="{{ SITENAME }} Tags RSS Feed" />
{% endif %}
+ {# Flattr ID #}
+ <meta name="flattr:id" content="49pp55">
+
{% endblock head %}
</head>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]