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-site.git
commit 3d49b4fd7a8c31491eade0ae1ff378c410f3e2cb Author: Georg Kallidis <[email protected]> AuthorDate: Tue Dec 14 11:43:21 2021 +0100 Remove duplicate custom/skin setting (since Turbone Parent 10 --- src/site/site.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 4533166..93072d4 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -29,11 +29,6 @@ </bannerRight> <publishDate format="dd MMMM yyyy" position="left" /> <version position="left" /> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> - </skin> <body> @@ -98,10 +93,5 @@ <menu ref="reports" inherit="bottom" /> </body> - <custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <sideBarEnabled>true</sideBarEnabled> - </fluidoSkin> - </custom> + </project>
