This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git
commit 52fe854fa4278111658f2af56885215f8d6a9ada Author: Georg Kallidis <[email protected]> AuthorDate: Tue Dec 14 11:43:19 2021 +0100 Remove duplicate custom/skin setting (since Turbone Parent 10 --- src/site/site.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 3508561..6575469 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,11 +19,6 @@ --> <project name="Fulcrum Intake"> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> - </skin> <body> <menu name="Overview"> @@ -31,11 +26,5 @@ <item name="Howto" href="/howto.html"/> </menu> </body> - - <custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <sideBarEnabled>true</sideBarEnabled> - </fluidoSkin> - </custom> + </project>
