Skip to content

Commit 5d5e24a

Browse files
[MNG-8763] Remove name from site bannerLeft
1 parent 1646469 commit 5d5e24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
2424
name="Apache Maven">
2525

26-
<bannerLeft name="${project.name}" href="https://maven.apache.org/">
26+
<bannerLeft href="https://maven.apache.org/">
2727
<image src="https://maven.apache.org/images/apache-maven-project.png" />
2828
</bannerLeft>
2929

0 commit comments

Comments
 (0)