aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-10 21:08:11 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-10 21:08:11 +0100
commit7eb951dc023c455d143c112e16d615245a5a1902 (patch)
tree88c4484fca36cc02a9f0a4fc3c8562a8e5a16fb1 /resources/views
parentRemove Ferdi from title (diff)
downloadferdium-server-7eb951dc023c455d143c112e16d615245a5a1902.tar.gz
ferdium-server-7eb951dc023c455d143c112e16d615245a5a1902.tar.zst
ferdium-server-7eb951dc023c455d143c112e16d615245a5a1902.zip
Use absolute path for favicon to work on all pages
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/layouts/v2.edge2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/layouts/v2.edge b/resources/views/layouts/v2.edge
index 9ef22d2..42703f2 100644
--- a/resources/views/layouts/v2.edge
+++ b/resources/views/layouts/v2.edge
@@ -6,7 +6,7 @@
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 7 <meta http-equiv="X-UA-Compatible" content="ie=edge">
8 <title>Server</title> 8 <title>Server</title>
9 <link rel="shortcut icon" type="image/jpg" href="img/favicon.ico" /> 9 <link rel="shortcut icon" type="image/jpg" href="/img/favicon.ico" />
10 10
11 {{ style('css/tailwind') }} 11 {{ style('css/tailwind') }}
12 {{ style('css/main') }} 12 {{ style('css/main') }}