layouts/shortcodes/picture.html
@@ -4,6 +4,5 @@ {{- $litPath := absURL (printf "images/%s" $normal) }} {{- $darkPath := absURL (printf "images/%s" $dark) }} <picture class="nav_logo" data-lit="{{ $litPath }}" data-dark="{{ $darkPath }}"> <source srcset="{{ $darkPath }}" media="(prefers-color-scheme: dark)"> <img srcset="{{ $litPath }}" alt="{{ $alt }}"> <img src="{{ $litPath }}" alt="{{ $alt }}"> </picture>