summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/configs.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/configs.html
parentb7613a4bdf9b25c956f8002cbf185c3b130b3111 (diff)
feat: add footer containing version number (#204)
Diffstat (limited to 'src/main/resources/templates/configs.html')
-rw-r--r--src/main/resources/templates/configs.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/configs.html b/src/main/resources/templates/configs.html
index e0056ee..1c8b1d3 100644
--- a/src/main/resources/templates/configs.html
+++ b/src/main/resources/templates/configs.html
@@ -114,6 +114,7 @@
</section>
</div>
</main>
+ <footer th:replace="~{fragments.html :: footer}"></footer>
<script th:src="@{/scripts.js}"></script>
<script th:src="@{/webjars/htmx.org/dist/htmx.min.js}"></script>
<script th:src="@{/webjars/htmx.org/dist/ext/sse.js}"></script>