aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index ede1439..7bfe049 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -16,8 +16,8 @@
<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="/favicon-light.png" type="image/x-icon">
- <link rel="icon" href="/favicon-dark.png" type="image/x-icon" media="(prefers-color-scheme: dark)">
+ <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)">
{{if .Params.math }} {{ partial "katex.html" . }} {{end}}
</head>
<body>
@@ -33,8 +33,8 @@
<main> {{- block "main" . }}{{- end }} </main>
<hr style="border-bottom: dotted 1px; border-top: none;">
<footer>
- <div>Send me an email at <code>me{at}karanj{dot}com</code> or contact via <a href="https://www.linkedin.com/in/karanjayachandra">social media</a>.</div>
- <div>This content is licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</div>
+ <div>Email me at <b>me{at}karanj{dot}com</b></div>
+ <div>Content licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></div>
</footer>
</body>
</html> \ No newline at end of file