Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
fluido-1.10.0
-
None
Description
bannerLeft is always populated if no site.xml is given:
https://github.com/apache/maven-doxia-sitetools/blob/9a34df07c7d2e56f4f3eab3c742e532ab60d79fb/doxia-integration-tools/src/main/resources/default-site.xml#L21-L33
If site.xml is given and not set, it will be autoset:
https://github.com/apache/maven-doxia-sitetools/blob/9a34df07c7d2e56f4f3eab3c742e532ab60d79fb/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/DefaultSiteTool.java#L471-L477
So the fallback as no effect because bannerLeft is always present. Also use <h1/> to indicate a top most header.
Attachments
Issue Links
- links to