We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223a2a3 commit f73ea45Copy full SHA for f73ea45
2 files changed
…me/layouts/partials/jsonld/default.htrml …eme/layouts/partials/jsonld/default.htmlthemes/pinetheme/layouts/partials/jsonld/default.htrml renamed to themes/pinetheme/layouts/partials/jsonld/default.html
themes/pinetheme/layouts/partials/jsonld/devices.html
@@ -4,7 +4,7 @@
4
{{- with .Params.cover.image }}{{ $img = . }}{{ end -}}
5
6
{{- /* Optional: set a fallback placeholder image URL */ -}}
7
-{{- $fallback := "https://example.com/placeholder.png" -}}
+{{- $fallback := "" -}}
8
{{- if not $img }}{{ $img = $fallback }}{{ end -}}
9
10
{{- $data := dict
0 commit comments