Skip to content

Commit bdcc09a

Browse files
committed
Remove trailing character
1 parent 163ed2e commit bdcc09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/casper3/layouts/_default/single.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- a hack to get hugo to move social media post images from /assets to /static -->
1010
{{- with .Params.images -}}
11-
{{- range . | first 6 }}}
11+
{{- range . | first 6 }}
1212
{{- $img := resources.Get . -}}
1313
{{- $permalink := $img.RelPermalink -}}
1414
{{- end }}

0 commit comments

Comments
 (0)