mirror of
https://github.com/zoriya/blowfish.git
synced 2026-06-08 20:55:31 +00:00
⏪️ revert image processing behaviour (.fill to .resize)
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<div class="{{ $articleImageClasses }}" style="background-image:url({{ .RelPermalink }});"></div>
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
{{ with .Fill "600x400" }}
|
||||
{{ with .Resize "600x" }}
|
||||
<div class="{{ $articleImageClasses }}" style="background-image:url({{ .RelPermalink }});"></div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user