summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorNikolas <nikolas@boutalas.com>2024-11-16 19:04:24 +0000
committerNikolas <nikolas@boutalas.com>2024-11-16 19:04:24 +0000
commitac2d1455f84cbfc735acde64a00d44f4d7405495 (patch)
tree1df7d7d2a7729784ea2dae78defa15b5a19a5965 /templates/base.html
parent121e633a9bfd837088f34aec43b8b1b565dd5e9d (diff)
favicon: fix resolvingHEADmaster
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 400c13d..78283bf 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <link rel="icon" href="favicon.svg" />
+ <link rel="icon" href="/favicon.svg" />
<link rel="stylesheet" href="/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />