Skip to content

Commit 66dd093

Browse files
committed
fix(blog): Update image command from Crop to Fill
1 parent 19bf357 commit 66dd093

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/blog/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{ $image:= .Params.image }}
88
{{ if $image }}
99
<div class="mb-6">
10-
{{ partial "image" (dict "Src" $image "Context" .Page "Alt" .Title "Class" "w-full rounded" "Size" "1280x720" "Command" "Crop") }}
10+
{{ partial "image" (dict "Src" $image "Context" .Page "Alt" .Title "Class" "w-full rounded" "Size" "1280x720" "Command" "Fill") }}
1111
{{ partial "components/image-attribution.html" . }}
1212
</div>
1313
{{ end }}
@@ -16,7 +16,7 @@
1616
{{ .Content }}
1717
</div>
1818
{{ partial "components/share-cta.html" . }}
19-
19+
2020
{{ partial "components/author-bios.html" . }}
2121

2222
<div class="mt-16">

0 commit comments

Comments
 (0)