Skip to content

Commit 445a538

Browse files
committed
work
1 parent fb0365c commit 445a538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
<link th:href="@{/webjars/font-awesome/6.1.2/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"/>
20-
<!--/* Per-page placeholder for additional links */-->
21-
<th:block th:replace="${links}" />
2220
<link rel="apple-touch-icon" sizes="57x57" th:href="@{/apple-icon-57x57.png}">
2321
<link rel="apple-touch-icon" sizes="60x60" th:href="@{/apple-icon-60x60.png}">
2422
<link rel="apple-touch-icon" sizes="72x72" th:href="@{/apple-icon-72x72.png}">
@@ -36,6 +34,8 @@
3634
<meta name="msapplication-TileColor" content="#ffffff">
3735
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
3836
<meta name="theme-color" content="#ffffff">
37+
<!--/* Per-page placeholder for additional links */-->
38+
<th:block th:replace="${links}" />
3939
</head>
4040
<body th:fragment="tw-page-body(twcontent,twtitle,scripts)">
4141

0 commit comments

Comments
 (0)