You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2022/05/08 13:21:00 UTC

[jira] [Created] (MSKINS-185) Don't fall back anymore if bannerLeft ist not provided

Michael Osipov created MSKINS-185:
-------------------------------------

             Summary: Don't fall back anymore if bannerLeft ist not provided
                 Key: MSKINS-185
                 URL: https://issues.apache.org/jira/browse/MSKINS-185
             Project: Maven Skins
          Issue Type: Improvement
          Components: Fluido Skin
    Affects Versions: fluido-1.10.0
            Reporter: Michael Osipov
            Assignee: Michael Osipov
             Fix For: fluido-1.11.0


{{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.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)