Just to clarify, if the front-matter has camelCase
, I can access it as .Params.camelcase
, but not as .Params.camelCase
. I just tested that for this case.
Are you saying the latter works for you? Do you have a sample I can look at to understand?
Also, what I said is very evident when using the debugprint partial… All camelCase front-matter keys show up in all-lowercase in the debugprint output.
Update: This is confusing… I can now refer a camelCase
param as .Params.camelCase
is another test…