This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch feature/RAT-397 in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit c1bcb406f7a00529f4bf8b236ea7de0186639bf3 Author: P. Ottlinger <[email protected]> AuthorDate: Fri Nov 15 21:58:50 2024 +0100 RAT-397: Add github ribbon --- src/site/site.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index b4d203d6..4427b976 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -26,6 +26,16 @@ <!-- version is managed in pom.xml in order to be grabbed by dependabot --> </skin> + <custom> + <fluidoSkin> + <gitHub> + <projectId>apache/${project.artifactId}</projectId> + <ribbonOrientation>right</ribbonOrientation> + <ribbonColor>blue</ribbonColor> + </gitHub> + </fluidoSkin> + </custom> + <bannerLeft name="Apache Rat" href="https://www.apache.org/"> <image src="https://www.apache.org/img/asf_logo.png" alt="The Apache Software Foundation"/> </bannerLeft> @@ -140,4 +150,4 @@ Oracle and Java are registered trademarks of Oracle and/or its affiliates. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</footer> </body> -</site> \ No newline at end of file +</site>
