aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 7bfe049..234692a 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -16,8 +16,7 @@
<meta name="author" content="Karan Jayachandra">
<link href="https://cdn.jsdelivr.net/npm/computer-modern@0.1.3/cmu-serif.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="/main.css"/>
- <link rel="icon" href="/logo_light.svg" type="image/x-icon">
- <link rel="icon" href="/logo_dark.svg" type="image/x-icon" media="(prefers-color-scheme: dark)">
+ <link rel="icon" href="/logo.svg" type="image/x-icon">
{{if .Params.math }} {{ partial "katex.html" . }} {{end}}
</head>
<body>