We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163ed2e commit bdcc09aCopy full SHA for bdcc09a
themes/casper3/layouts/_default/single.html
@@ -8,7 +8,7 @@
8
9
<!-- a hack to get hugo to move social media post images from /assets to /static -->
10
{{- with .Params.images -}}
11
- {{- range . | first 6 }}}
+ {{- range . | first 6 }}
12
{{- $img := resources.Get . -}}
13
{{- $permalink := $img.RelPermalink -}}
14
{{- end }}
0 commit comments