summaryrefslogtreecommitdiffstats
path: root/tracker/attribute-lists.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'tracker/attribute-lists.mdwn')
-rw-r--r--tracker/attribute-lists.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/tracker/attribute-lists.mdwn b/tracker/attribute-lists.mdwn
new file mode 100644
index 0000000..b95118d
--- /dev/null
+++ b/tracker/attribute-lists.mdwn
@@ -0,0 +1,17 @@
+% Deal with meta *list* attributes
+
+For reasons presented meta lists are not working in page templates
+(see above, "meta attribute list of hashes").
+
+Suggestion is to always transform them to list of hashes with a
+default key (e.g. 'name'). That would be in accordance to "Deal with
+author field" above.
+
+Configuration would be:
+
+```
+my %list_meta_keys = (
+ author => 'name',
+ bibliography => 'path',
+);
+```