summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/index.html
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2025-12-01 15:16:51 +0100
committerGitHub2025-12-01 15:16:51 +0100
commiteb6b26d33ec16d7880992268af5414b77abe521d (patch)
treeacd7d18bb1bf764104f6ef8e9a77eb0d2b80e8e2 /src/main/resources/templates/index.html
parentb7613a4bdf9b25c956f8002cbf185c3b130b3111 (diff)
feat: add footer containing version number (#204)
Diffstat (limited to 'src/main/resources/templates/index.html')
-rw-r--r--src/main/resources/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index a419dda..5021bc4 100644
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -76,6 +76,7 @@
</div>
</main>
+ <footer th:replace="~{fragments.html :: footer}"></footer>
<script th:src="@{/scripts.js}"></script>
<script>
window.addEventListener('load', () => {