aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directiv...
diff options
context:
space:
mode:
authorfmarier <fmarier@web>2017-05-18 13:33:44 -0400
committeradmin <admin@branchable.com>2017-05-18 13:33:44 -0400
commit219134beff501fc14aafd00841fa59bafe26413c (patch)
treeda40319c3dcbc0fa5706907757c594e001b1da24 /doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn
parentda0900649c62ed650ba0868bcdcc44488a28039d (diff)
downloadikiwiki-219134beff501fc14aafd00841fa59bafe26413c.tar
ikiwiki-219134beff501fc14aafd00841fa59bafe26413c.tar.gz
Diffstat (limited to 'doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn')
-rw-r--r--doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn b/doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn
new file mode 100644
index 000000000..7da8bccc2
--- /dev/null
+++ b/doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn
@@ -0,0 +1,15 @@
+The new way to confirm ownership of a domain on Flattr is to add a `meta` tag to the page head. For example:
+
+ <meta name="flattr:id" content="4j6y0v">
+
+However, the [[ikiwiki/directive/meta]] directive doesn't allow setting of names with colons.
+
+If I do this:
+
+ \[[!meta flattr:id="4j6y0v"]]
+
+it gets rendered as:
+
+ <meta name="flattr:id=&quot;4j6y0v&quot;" content="" />
+
+I tried [a number of possibilities](https://feeding.cloud.geek.nz/recentchanges/) and they all failed to produce the correct output.