Skip to content

Commit

Permalink
Remove used counter
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jul 7, 2023
1 parent ad8e01b commit e29ee45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/META-INF/maven/site-macros.vm
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@
#end
##
#macro ( topLinks $links )
#**##set ( $counter = 0 )
#**##foreach( $item in $links )
#* *##set ( $counter = $counter + 1 )
#* *##set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
#* *##set ( $currentItemHref = $currentItemHref.replaceAll( '\\', '/' ) )
<li>#topLink( $currentItemHref $item.name $item.target )</li>
Expand Down

0 comments on commit e29ee45

Please sign in to comment.