slachiewicz opened a new pull request, #1653: URL: https://github.com/apache/maven-site/pull/1653
Part of the breakage found in #1645. The five pages converted from xdoc in #621 kept their title and authors as a raw `<head>` block, which the Markdown parser does not honor — the metadata renders as stray text at the top of the page body, and every one of these pages ships with the bare `Maven` browser title. This moves the metadata to YAML front matter, the form the parser supports (same as `whatsnewinmaven4.md`). Complementary to #1652, not overlapping: on `scm.md` this only adds the front matter and leaves the `<head>` removal and the `<object>` fix to that PR — the hunks don't touch, so the two merge in either order. Verified: `mvn site` → all five pages carry their `<title>` and `<meta name="author">` again, and the stray body text is gone. *This change was created with AI assistance.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
