]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorfmarier <fmarier@web>
Thu, 18 May 2017 17:33:44 +0000 (13:33 -0400)
committeradmin <admin@branchable.com>
Thu, 18 May 2017 17:33:44 +0000 (13:33 -0400)
doc/bugs/It__39__s_not_possible_to_add_the_new_Flattr_meta_tag_using_the_meta_directive.mdwn [new file with mode: 0644]

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 (file)
index 0000000..7da8bcc
--- /dev/null
@@ -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.