mirror of https://github.com/onweru/compose.git

weru
24.36.2023 94d5d54c8da796d9e42b4208d8f70d70598c0fb4
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>