Skip to content

Commit

Permalink
fix: use thumbnailUrl instead of thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettelerij committed Oct 2, 2024
1 parent e42647a commit 451f950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"license": "{{ .Config.License.URL }}",
"isAccessibleForFree": true
{{- if and .Params.Metadata .Params.Metadata.Thumbnail }}
,"thumbnail": "{{ .Config.BaseURL }}/resources/{{ .Params.Metadata.Thumbnail }}"
,"thumbnailUrl": "{{ .Config.BaseURL }}/resources/{{ .Params.Metadata.Thumbnail }}"
{{- end }}
{{- if and .Params.Metadata .Params.Metadata.LastUpdated }}
,"version": "{{ toDate "2006-01-02T15:04:05Z07:00" .Params.Metadata.LastUpdated | date "2006-01-02" }}"
Expand Down

0 comments on commit 451f950

Please sign in to comment.