Skip to content

Commit

Permalink
#111 removed feather from logos
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeAndNil committed Jul 24, 2024
1 parent dcf4d78 commit 8c608dd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions rat.excludesFile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rat.excludesFile
**/*.md
**/*.txt
**/*.sh
**/*.ps1
**/*.xml
**/*.props
**/*.csproj
Expand Down
Binary file removed src/site/resources/images/logo.jpg
Binary file not shown.
Binary file modified src/site/resources/images/ls-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/site/resources/images/maven-feather.png
Binary file not shown.
Binary file added src/site/resources/images/maven.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/site/site.vm
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
#if( $item.img )
#set ( $img = $item.img )
#else
#set ( $img = "images/maven-feather.png" )
#set ( $img = "images/maven.png" )
#end
##
#if ( ! ( $img.toLowerCase().startsWith("http:/") || $img.toLowerCase().startsWith("https:/") ||
Expand Down Expand Up @@ -414,12 +414,12 @@
#end
#if( $poweredBy.isEmpty() )
<a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
<img class="poweredBy" alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/maven-feather.png" />
<img class="poweredBy" alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/maven.png" />
</a>
#end
#else
<a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
<img class="poweredBy" alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/maven-feather.png" />
<img class="poweredBy" alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/maven.png" />
</a>
#end
#end
Expand Down

0 comments on commit 8c608dd

Please sign in to comment.