Ah, OK, this was was a silly one… all front matter params need to be in lower case… so even if you set columnSize: "four"
, internally that value gets assigned to columnsize
.
Just stick with all-lowercase front-matter param keys.
From:
Page-level .Params are only accessible in lowercase.