Co-Authored-By: Claude Haiku 4.5 <redacted>
{{ $ogType := "website" }}
{{ if and (eq .Kind "page") .Date }}{{ $ogType = "article" }}{{ end }}
-{{/* og:image: page image wins; fall back to default dark thumbnail */}}
-{{ $ogImage := printf "%s%s" .Site.BaseURL "images/default_thumbnail_dark.png" }}
+{{/* og:image: page image wins; fall back to lamp icon */}}
+{{ $ogImage := printf "%s%s" .Site.BaseURL "images/lampD.png" }}
{{ with .Params.image }}{{ $ogImage = printf "%s%s" $.Site.BaseURL (strings.TrimLeft "/" .) }}{{ end }}
{{/* author: page-level param wins; fall back to site param */}}