We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918d449 commit acd972dCopy full SHA for acd972d
.gitignore
@@ -3,3 +3,4 @@ _site
3
.jekyll-cache
4
.jekyll-metadata
5
vendor
6
+.bundle
_layouts/default.html
@@ -10,6 +10,16 @@
10
<link rel="preload" as="font" href="/assets/fonts/iosevka-regular.woff2" type="font/woff2" crossorigin="anonymous">
11
<link rel="preload" as="script" href="/assets/scripts/palette.js">
12
<link rel="stylesheet" href="/assets/styles/styles.css">
13
+ <link
14
+ href="/assets/favicon-light.png"
15
+ rel="icon"
16
+ media="(prefers-color-scheme: light)"
17
+ />
18
19
+ href="/assets/favicon-dark.png"
20
21
+ media="(prefers-color-scheme: dark)"
22
23
</head>
24
<body>
25
{% include nav.html %}
@@ -22,4 +32,4 @@
32
{% include footer.html %}
33
</div>
34
</body>
-</html>
35
+</html>
assets/favicon-dark.png
580 Bytes
assets/favicon-light.png
560 Bytes
0 commit comments