diff options
Diffstat (limited to 'src/main/resources/templates/index.html')
| -rw-r--r-- | src/main/resources/templates/index.html | 1 |
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', () => { |
