feat: Add DGNum customization

This commit is contained in:
Tom Hubrecht 2024-04-19 15:59:27 +02:00
parent 79927416e5
commit 8a94af926a
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
2 changed files with 4 additions and 5 deletions

View file

@ -71,6 +71,7 @@
<script th:src="@{'/js/cacheFormInputs.js'}"></script>
<script th:src="@{'/js/tab-container.js'}"></script>
<script th:src="@{'/js/darkmode.js'}"></script>
<script defer data-domain="pdf.dgnum.eu" src="https://analytics.dgnum.eu/js/script.js"></script>
</th:block>
<th:block th:fragment="game">

View file

@ -1,10 +1,8 @@
<footer th:fragment="footer" id="footer" class="text-center py-5">
<div class="footer-center">
<div class="footer-powered-by">
<span th:text="#{poweredBy} + ' Stirling PDF'"></span>
<span>Application proposée par la&nbsp;<b><a href="https://dgnum.eu">DGNum</a></b>.</span>
</div>
<a th:href="@{'/licenses'}" id="licenses" target="_blank" class="mx-1" title="" th:text="#{licenses.nav}">Licenses</a>
<a href="https://stirlingpdf.info/s/clwzgtfw7000gltkmwz1n212m" id="survey" target="_blank" class="mx-1" title="" th:text="#{survey.nav}">Survey</a>
<a href="licenses" id="licenses" target="_blank" class="mx-1" title="" th:text="#{licenses.nav}">Licenses</a>
</div>
</footer>