From 06756cd3c592ee2217dcd3fc5eee4d061275f46c Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 22 Jun 2026 23:23:47 -0700 Subject: [PATCH] Updating seo things -.- --- content/media/img/gba/opengraph.jpg | 3 +++ content/posts/old-gameboy-fresh-screen.md | 4 ++-- themes/shockrah.xyz/layouts/partials/head.html | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 content/media/img/gba/opengraph.jpg diff --git a/content/media/img/gba/opengraph.jpg b/content/media/img/gba/opengraph.jpg new file mode 100644 index 0000000..1fddc4b --- /dev/null +++ b/content/media/img/gba/opengraph.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91ae7cd25c89ad1954cd1beae8f1140f2ac7e047a04ac018bb2ead0d4f61084 +size 150068 diff --git a/content/posts/old-gameboy-fresh-screen.md b/content/posts/old-gameboy-fresh-screen.md index 428bd42..8008391 100644 --- a/content/posts/old-gameboy-fresh-screen.md +++ b/content/posts/old-gameboy-fresh-screen.md @@ -1,10 +1,10 @@ --- -title: Old Gameboy Fresh Screen +title: The Gameboy Mod My Younger Self Always Wanted description: The backlight LED mod on GBA's is literally so good date: 2026-06-21T20:32:08-07:00 draft: false category: article -image: /media/img/gba/gba-splash-led.jpg +image: /media/img/gba/opengraph.jpg --- ## The Starting Point diff --git a/themes/shockrah.xyz/layouts/partials/head.html b/themes/shockrah.xyz/layouts/partials/head.html index a18037c..8989330 100644 --- a/themes/shockrah.xyz/layouts/partials/head.html +++ b/themes/shockrah.xyz/layouts/partials/head.html @@ -7,6 +7,7 @@ {{ $title := print .Title }} {{ if .IsHome }}{{ $title = .Site.Title}}{{end}} {{ $title }} + {{ $url := .RelPermalink | absURL }} @@ -14,6 +15,8 @@ {{ $desc := print .Description }} {{ if .IsHome }}{{ $desc = .Params.Description }}{{end}} + + {{ $ogvideo := "" }} {{ if .Params.Video }}