Skip to content

Commit

Permalink
[site] Update banner for maven site 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 4, 2024
1 parent 31fd648 commit 6e48064
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<site name="${project.name}" 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">

<bannerRight>
<src>http://mybatis.github.com/images/mybatis-logo.png</src>
<href>https://mybatis.github.io/mybatis-freemarker/</href>
</bannerRight>
<bannerRight href="https://mybatis.github.io/mybatis-freemarker/">
<image src="http://mybatis.github.com/images/mybatis-logo.png" />
</bannerRight>

<body>
<menu name="Documentation">
<item name="Getting started" href="index.html"/>
Expand Down

0 comments on commit 6e48064

Please sign in to comment.