Skip to content

Commit 014a45f

Browse files
committed
1) Export 0.1.8 (Added temporary favicon);
1 parent 365a04f commit 014a45f

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed
Lines changed: 4 additions & 0 deletions
Loading

site/.kobweb/site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<title>Itami Mobile - Home</title>
66
<meta content="Powered by Kobweb" name="description">
7-
<link href="/favicon.ico" rel="icon">
7+
<link href="/images/logo_mini.svg" rel="icon">
88
<meta content="width=device-width, initial-scale=1" name="viewport">
99
<link href="/fonts/faces.css" rel="stylesheet">
1010
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet">

site/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ kobweb {
1919
head.add {
2020
link(rel = "stylesheet", href = "/fonts/faces.css")
2121
}
22+
23+
faviconPath.set("images/logo_mini.svg")
2224
}
2325
}
2426
}
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)