This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch bugfix/bannerRight
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit e84bd4d660d7d6261738c5a522ae12c0483e01a7
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Mar 17 20:57:30 2026 +0100

    Remove name from bannerRight
    
    Otherwise both image (with text "Doxia") and additional text link
    ("Doxia") is exposed
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 81d03567..5127464d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -24,7 +24,7 @@
 <site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd"; name="Doxia">
 
-  <bannerRight name="Doxia" href="https://maven.apache.org/doxia/";>
+  <bannerRight href="https://maven.apache.org/doxia/";>
     <image src="https://maven.apache.org/doxia/images/doxia-logo.png"; />
   </bannerRight>
 

Reply via email to