progress
[ikiwiki.git] / doc / todo / allow_site-wide_meta_definitions.mdwn
index 57bc7a6fdda09f2e56510b6cf992e88253d6989b..f935a9acbf2cd3568fa0669980ec6a3ef9480148 100644 (file)
@@ -82,3 +82,14 @@ my github ikiwiki fork):
 >>
 >> ...and on writing this comment I see your second suggestion was essentially
 >> to do exactly that :) -- [[Jon]]
+
+>>> ok, it's easier than I thought, I just pass the hash and it's handled
+>>> correctly. Right now can't figure out why my hashes get converted into
+>>> strings prior to me seeing them in scan():
+
+    $VAR64 = [
+      'HASH(0xc2daf8)',
+      'HASH(0xc2db40)'
+    ];
+
+>>> ...but it *really* is bedtime :) -- [[Jon]]