Compare commits

..

2 Commits

Author SHA1 Message Date
Wen Junhua 7e3a4a92f8
Merge 1b7361c50d into dbf421848f 2023-11-28 13:16:31 +00:00
Wen Junhua 1b7361c50d fix: remove redundant tags 2023-11-28 21:16:27 +08:00
1 changed files with 53 additions and 55 deletions

View File

@ -81,7 +81,6 @@
type="image/webp" type="image/webp"
/> />
{{ end }} {{ end }}
{{ with $img }}
{{ $orientation := 1 }} {{ $orientation := 1 }}
{{ with .Exif }} {{ with .Exif }}
{{ $orientation = .Tags.Orientation }} {{ $orientation = .Tags.Orientation }}
@ -141,7 +140,6 @@
{{ end }} {{ end }}
> >
{{ end }} {{ end }}
{{ end }}
</picture> </picture>
{{ end }} {{ end }}
{{ end }} {{ end }}