Skip to content

Commit 6e48064

Browse files
committed
[site] Update banner for maven site 2.0
1 parent 31fd648 commit 6e48064

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/site/site.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<site name="${project.name}" xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2121

22-
<bannerRight>
23-
<src>http://mybatis.github.com/images/mybatis-logo.png</src>
24-
<href>https://mybatis.github.io/mybatis-freemarker/</href>
25-
</bannerRight>
22+
<bannerRight href="https://mybatis.github.io/mybatis-freemarker/">
23+
<image src="http://mybatis.github.com/images/mybatis-logo.png" />
24+
</bannerRight>
25+
2626
<body>
2727
<menu name="Documentation">
2828
<item name="Getting started" href="index.html"/>

0 commit comments

Comments
 (0)