We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bce7c commit 2541b66Copy full SHA for 2541b66
src/main/resources/templates/layout/page.html
@@ -32,7 +32,7 @@
32
<link rel="icon" type="image/png" sizes="16x16" th:href="@{/img/favicon/favicon-16x16.png}">
33
<link rel="manifest" th:href="@{/img/favicon//manifest.json}">
34
<meta name="msapplication-TileColor" content="#ffffff">
35
- <meta name="msapplication-TileImage" content="/img/favicon//ms-icon-144x144.png">
+ <meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png">
36
<meta name="theme-color" content="#ffffff">
37
<!--/* Per-page placeholder for additional links */-->
38
<th:block th:replace="${links}" />
0 commit comments