feat(templates): Rework footer.html

This commit is contained in:
Tom Hubrecht 2024-04-19 15:48:30 +02:00
parent caa21d3eaf
commit 4101e1584a
1 changed files with 8 additions and 0 deletions

View 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>