Skip to content

Commit

Permalink
feat: set favicon to root
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Dec 4, 2023
1 parent 0be5077 commit 12f5fd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/templates/georchestra/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
<span th:remove="tag" th:each="file : ${#strings.arraySplit(#themes.code('cas.standard.css.file'), ',')}">
<link rel="stylesheet" type="text/css" href="../static/css/cas.css" th:href="@{${file}}" />
</span>
<link rel="shortcut icon"
th:href="@{${#strings.defaultString(#themes.code('cas.favicon.file'), '/favicon.ico')}}" />
<link rel="shortcut icon" href="/favicon.ico"/>
</head>

<body>
Expand Down

0 comments on commit 12f5fd0

Please sign in to comment.