Closed jtama closed 4 days ago
I guess the culprit is here, but I don't know why :
https://github.com/quarkiverse/quarkus-roq/blob/main/theme/default/src/main/resources/templates/theme-layouts/roq-default/post.html#L46
I know the following does works :
{#let pageAuthor in page.data.author} {#let author=(cdi:authors.get(pageAuthor))} ....
@jtama PR please?
Will do that.
I guess the culprit is here, but I don't know why :
https://github.com/quarkiverse/quarkus-roq/blob/main/theme/default/src/main/resources/templates/theme-layouts/roq-default/post.html#L46
I know the following does works :