Ошибка JBake Freemarker «это вычислено как последовательность (оболочка: ftSimpleSequence»
Учитывая
jbake.properties
с участием:
description: OptaPlanner optimizes business resource usage. It is a lightweight, embeddable, open source planning engine, written in 100% Java.
И шаблон с:
<meta property="description" content="${config.description}">
Freemarker выдает эту ошибку
this has evaluated to a sequence (wrapper: f.t.SimpleSequence
1 ответ
Уловка состоит в том, чтобы избежать
,
в
jbake.properties
:
description: OptaPlanner optimizes business resource usage. It is a lightweight\\, embeddable\\, open source planning engine\\, written in 100% Java.