diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-04-29 14:05:30 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-04-29 14:05:30 +0200 |
| commit | 6f769d91e42656de1b30894f1e46fac89ccdcecf (patch) | |
| tree | 0abde470ae17ab2e43a584b1e1aeea8ffef5a5f8 /layouts/_default/baseof.html | |
| parent | b3194a1bef5062ed1304c7e68811656a1ce9f4ed (diff) | |
Added the new logo and cleaned up the links
Diffstat (limited to 'layouts/_default/baseof.html')
| -rw-r--r-- | layouts/_default/baseof.html | 8 |
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 |
