mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-15 01:42:10 +00:00
bc667feec6
Dark mode now switches to a different icon instead of inverting it. There's probably a better way but I'll figure that out later.
3 lines
252 B
HTML
3 lines
252 B
HTML
<!-- re-using the indefinetly-cached favicon to avoid bloating page size -->
|
|
{{ $favicon := resources.Get "/favicon.png" | resources.Fingerprint "md5" -}}
|
|
<img class="u-photo" src="{{ $favicon.RelPermalink }}" width="16" height="16" alt="Rohan Kumar">
|