further bug fixes when using context path (#1475)

Co-authored-by: Anthony Stirling <[email protected]>
This commit is contained in:
Ludy
2024-06-15 22:07:09 +01:00
committed by GitHub
co-authored by Anthony Stirling
parent 234ae17dc8
commit f43fe15193
59 changed files with 233 additions and 233 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<a href="https://github.com/Stirling-Tools/Stirling-PDF/issues" id="github-button" class="btn btn-primary" target="_blank" th:text="#{error.github}"></a>
<a href="https://discord.gg/Cn8pWhQRxZ" id="discord-button" class="btn btn-primary" target="_blank" th:text="#{joinDiscord}"></a>
</div>
<a th:href="@{/}" id="home-button" class="home-button btn btn-primary" th:text="#{goHomepage}"></a>
<a th:href="@{'/'}" id="home-button" class="home-button btn btn-primary" th:text="#{goHomepage}"></a>
</div>
</div>
</div>