feat(templates): Rework footer.html
This commit is contained in:
parent
caa21d3eaf
commit
4101e1584a
1 changed files with 8 additions and 0 deletions
8
src/templates/fragments/footer.html
Normal file
8
src/templates/fragments/footer.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<footer th:fragment="footer" id="footer" class="text-center py-3">
|
||||
<div class="footer-center">
|
||||
Application proposée par la <b><a href="https://dgnum.eu">DGNum</a></b>.
|
||||
</div>
|
||||
<div style="color: grey" th:if="${@appName} != 'Stirling PDF'" class="footer-powered-by"
|
||||
th:text="#{poweredBy} + ' Stirling PDF'"></div>
|
||||
<a href="licenses" id="licenses" target="_blank" class="mx-1" title="" th:text="#{licenses.nav}">Licenses</a>
|
||||
</footer>
|
Loading…
Reference in a new issue