Skip to content

Commit 6793037

Browse files
committed
work
1 parent f204440 commit 6793037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/templates/layout/page.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="author" content="Thomas Woehlke">
1414
<meta name="description" content="Your Todo-List for Getting Things Done.">
1515
<title th:replace="${headtitle}">SimpleWorklist</title>
16-
<link th:href="@{/webjars/bootstrap/5.2.3/css/bootstrap.min.css}" rel="stylesheet"/>
16+
<link th:href="@{/webjars/bootstrap/5.2.3/dist/css/bootstrap.min.css}" rel="stylesheet"/>
1717
<link th:href="@{/webjars/font-awesome/6.2.0/css/all.min.css}" rel="stylesheet"/>
1818
<link href="https://fonts.googleapis.com/css?family=Lato|Varela+Round" rel="stylesheet">
1919
<link th:href="@{/css/main.css}" rel="stylesheet"/>
@@ -106,9 +106,9 @@
106106
</footer>
107107

108108
<script th:src="@{/js/google-analytics.js}"></script>
109-
<script th:src="@{/webjars/jquery/3.6.3/jquery.js}"></script>
109+
<script th:src="@{/webjars/jquery/3.6.3/dist/jquery.js}"></script>
110110
<script th:src="@{/webjars/popper.js/2.9.3/umd/popper.min.js}"></script>
111-
<script th:src="@{/webjars/bootstrap/5.2.3/js/bootstrap.bundle.min.js}"></script>
111+
<script th:src="@{/webjars/bootstrap/5.2.3/dist/js/bootstrap.bundle.min.js}"></script>
112112
<script th:src="@{/webjars/font-awesome/6.2.0/js/all.js}"></script>
113113
<script th:src="@{/js/application.js}"></script>
114114
<script th:inline="javascript">

0 commit comments

Comments
 (0)