FYI, this kind of thing doesn't work in proposals:

Lines 34-39 in

That sets some attributes and then uses one of them in the document title.

The effect is when Jekyll renders the analysis for publication on https://docs.wildfly.org/wildfly-proposals, it doesn't render the title so the rendered page has no title.

The fix is to declare the attributes *after* the title line. That means you can't use the attribute in the title, but oh well.

I'll fix this one and another one like this I've seen. (I fixed a different one with the same problem last night.)

Best regards,
Brian