We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bf357 commit 66dd093Copy full SHA for 66dd093
1 file changed
layouts/blog/single.html
@@ -7,7 +7,7 @@
7
{{ $image:= .Params.image }}
8
{{ if $image }}
9
<div class="mb-6">
10
- {{ partial "image" (dict "Src" $image "Context" .Page "Alt" .Title "Class" "w-full rounded" "Size" "1280x720" "Command" "Crop") }}
+ {{ partial "image" (dict "Src" $image "Context" .Page "Alt" .Title "Class" "w-full rounded" "Size" "1280x720" "Command" "Fill") }}
11
{{ partial "components/image-attribution.html" . }}
12
</div>
13
{{ end }}
@@ -16,7 +16,7 @@
16
{{ .Content }}
17
18
{{ partial "components/share-cta.html" . }}
19
-
+
20
{{ partial "components/author-bios.html" . }}
21
22
<div class="mt-16">
0 commit comments