layouts/partials/featured.html: Fix logic
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
The logic was incorrect here, which caused some images to be missed because some images have EXIF data but do not have orientation 8.
This commit is contained in:
@ -41,6 +41,8 @@
|
||||
{{ else }}
|
||||
<img src={{ ($image.Fill "480x600").RelPermalink }} width="240" height="300" />
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
<img src={{ ($image.Fill "480x600").RelPermalink }} width="240" height="300" />
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user