Including translated strings in YAML Front Matter does not work
sithamet opened this issue · 0 comments
sithamet commented
Hi! Need your help in how to include different translated strings into the Front Matter
Use case: say I have an excerpt field I need to define.
using excerpt: {% t front. excerpt %}
causes the building crash
I tried using liquify variables in the front matter, e.g. {{translations[site.lang]front.exceprt}}
, but it renders only {}
I will be VERY GRATEFUL for any help there