Skip to content

Commit 3ef58bf

Browse files
committed
Fix missing github icon in dark mode
1 parent 97e018d commit 3ef58bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ <h1><a class="header" href=/>Stathers.net</a></h1>
4747
<div>
4848
<a class="img_link" style="float:left" href="https://github.com/mstathers/" target="_blank">
4949
<picture class="social_icon" alt="https://github.com/mstathers">
50-
<source srcset="css/GitHub-Mark-White-32px.png" media="(prefers-color-scheme: dark)" />
51-
<img src="css/GitHub-Mark-32px.png" />
50+
<source srcset="/css/GitHub-Mark-White-32px.png" media="(prefers-color-scheme: dark)" />
51+
<img src="/css/GitHub-Mark-32px.png" />
5252
</picture>
5353
</a>
5454

contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h2>Contact Information</h2>
1919

2020
<a class="img_link" href="https://github.com/mstathers/" target="_blank">
2121
<picture class="social_icon" alt="https://github.com/mstathers">
22-
<source srcset="css/GitHub-Mark-White-32px.png" media="(prefers-color-scheme: dark)" />
23-
<img src="css/GitHub-Mark-32px.png" />
22+
<source srcset="/css/GitHub-Mark-White-32px.png" media="(prefers-color-scheme: dark)" />
23+
<img src="/css/GitHub-Mark-32px.png" />
2424
</picture>
2525
</a><br>
2626
</div>

0 commit comments

Comments
 (0)