This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
The following commit(s) were added to refs/heads/master by this push:
new 54ce517f Remove name from bannerRight
54ce517f is described below
commit 54ce517fd9c68c42d3b5333864f45a57e5e56010
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>