quarkiverse / quarkus-roq

An extension to generate/publish static pages from your Quarkus web-app
https://pages.quarkiverse.io/quarkus-roq/
Apache License 2.0
22 stars 10 forks source link

Authors aren't displayed anymore #284

Closed jtama closed 4 days ago

jtama commented 6 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))}
....
melloware commented 6 days ago

@jtama PR please?

jtama commented 5 days ago

Will do that.