Skip to content

Commit

Permalink
Updated Fontawesome icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Feb 11, 2023
1 parent f11a8d3 commit a07e2df
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"minify-css": "cleancss -o ./target/classes/css/style.min.css ./src/main/resources/css/*.css"
},
"dependencies": {
"@fortawesome/fontawesome-free": "~6.2.1",
"bootstrap": "~5.2.2",
"bootswatch": "~5.2.2",
"clean-css-cli": "~5.6.1",
"csslint": "~1.0.5"
"@fortawesome/fontawesome-free": "~6.3.0",
"bootstrap": "~5.2.0",
"bootswatch": "~5.2.0",
"clean-css-cli": "~5.6.0",
"csslint": "~1.0.0"
}
}
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/maven/macros/info-macros.vm
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
#**##if( $project )
#* *##set( $currentYear = ${currentDate.year} + 1900 )
#* *##if( ${project.inceptionYear} )
#* *##if( ${project.inceptionYear} != ${currentYear.toString()} ) <span class="far fa-copyright"></span>${project.inceptionYear}-${currentYear}
#* *##else <span class="far fa-copyright"></span>${project.inceptionYear}
#* *##if( ${project.inceptionYear} != ${currentYear.toString()} ) <span class="fa-regular fa-copyright"></span>${project.inceptionYear}-${currentYear}
#* *##else <span class="fa-regular fa-copyright"></span>${project.inceptionYear}
#* *##end
#* *##else <span class="far fa-copyright"></span>${currentYear}
#* *##else <span class="fa-regular fa-copyright"></span>${currentYear}
#* *##end
#* *##if( ${project.organization} && ${project.organization.name} )
#* *##set( $orgNameShown = true )
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/maven/site.vm
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
#**##end
#**##if( $decoration.edit && $docRenderingContext.editable )
#**##* Doxia edition button. *#
<div class="navbar-text"><a href="$docRenderingContext.getDoxiaSourcePath( $decoration.edit )"><span class="fas fa-edit" aria-hidden="true"></span></a></div>
<div class="navbar-text"><a href="$docRenderingContext.getDoxiaSourcePath( $decoration.edit )"><span class="fa-solid fa-pen-to-square" aria-hidden="true"></span></a></div>
#**##end
#set( $iconMenuElements = [] )
#loadIconNavMenuList( $iconMenuElements )
Expand Down

0 comments on commit a07e2df

Please sign in to comment.