File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
< link th:href ="@{/webjars/font-awesome/6.1.2/css/all.min.css} " rel ="stylesheet "/>
18
18
< link href ="https://fonts.googleapis.com/css?family=Lato|Varela+Round " rel ="stylesheet ">
19
19
< link th:href ="@{/css/main.css} " rel ="stylesheet "/>
20
- <!--/* Per-page placeholder for additional links */-->
21
- < th:block th:replace ="${links} " />
22
20
< link rel ="apple-touch-icon " sizes ="57x57 " th:href ="@{/apple-icon-57x57.png} ">
23
21
< link rel ="apple-touch-icon " sizes ="60x60 " th:href ="@{/apple-icon-60x60.png} ">
24
22
< link rel ="apple-touch-icon " sizes ="72x72 " th:href ="@{/apple-icon-72x72.png} ">
36
34
< meta name ="msapplication-TileColor " content ="#ffffff ">
37
35
< meta name ="msapplication-TileImage " content ="/ms-icon-144x144.png ">
38
36
< meta name ="theme-color " content ="#ffffff ">
37
+ <!--/* Per-page placeholder for additional links */-->
38
+ < th:block th:replace ="${links} " />
39
39
</ head >
40
40
< body th:fragment ="tw-page-body(twcontent,twtitle,scripts) ">
41
41
You can’t perform that action at this time.
0 commit comments