Skip to content

Commit c3e3ca8

Browse files
Update layouts/partials/head.html
Co-authored-by: Guilherme Dellagustin <guilherme.dellagustin@sap.com>
1 parent ce7797a commit c3e3ca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"name": "{{ .Params.Title }}",
8080
"startDate": "{{ .Params.date.Format "2006-01-02T15:04:05JST" }}",
8181
"url": "{{ .Params.youtubeLink }}",
82-
"image": "{{ .Params.image | absURL }}",
82+
"image": "{{ .Params.image | absURL }}"
8383
}
8484
</script>
8585
{{ end }}

0 commit comments

Comments
 (0)