]> danix's work - danix.xyz-2.git/commitdiff
chore: use lampD.png as default OG thumbnail instead of default_thumbnail_dark.png
authorDanilo M. <redacted>
Sat, 18 Apr 2026 18:25:46 +0000 (20:25 +0200)
committerDanilo M. <redacted>
Sat, 18 Apr 2026 18:25:46 +0000 (20:25 +0200)
Co-Authored-By: Claude Haiku 4.5 <redacted>
themes/danix-xyz-hacker/layouts/partials/head-meta.html

index cd4e88cd0bdd12d6e41a686a137fe092ecd96cc6..f439bd296ac1d73b13eda635b243afc8957f1ee4 100644 (file)
@@ -6,8 +6,8 @@
 {{ $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 */}}