Skip to content

Commit f73ea45

Browse files
committed
Fixes
1 parent 223a2a3 commit f73ea45

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

themes/pinetheme/layouts/partials/jsonld/default.htrml renamed to themes/pinetheme/layouts/partials/jsonld/default.html

File renamed without changes.

themes/pinetheme/layouts/partials/jsonld/devices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{- with .Params.cover.image }}{{ $img = . }}{{ end -}}
55

66
{{- /* Optional: set a fallback placeholder image URL */ -}}
7-
{{- $fallback := "https://example.com/placeholder.png" -}}
7+
{{- $fallback := "" -}}
88
{{- if not $img }}{{ $img = $fallback }}{{ end -}}
99

1010
{{- $data := dict

0 commit comments

Comments
 (0)