Updating seo things -.-
All checks were successful
Build and Deploy Blog Site / setup-website-content (push) Successful in 10s

This commit is contained in:
2026-06-22 23:23:47 -07:00
parent 5e38fec792
commit 06756cd3c5
3 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@@ -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

View File

@@ -7,6 +7,7 @@
{{ $title := print .Title }}
{{ if .IsHome }}{{ $title = .Site.Title}}{{end}}
<title>{{ $title }}</title>
<meta property="title" content="{{ $title }}">
<meta property="og:title" content="{{ $title }}">
<meta property="og:site_name" content="Shockrah's not-a-blog">
{{ $url := .RelPermalink | absURL }}
@@ -14,6 +15,8 @@
{{ $desc := print .Description }}
{{ if .IsHome }}{{ $desc = .Params.Description }}{{end}}
<meta property="og:description" content="{{ $desc }}">
<meta property="twitter:card" content="summary_large_image">
<meta property="description" content="{{ $desc }}">
<meta property="og:type" content="website">
{{ $ogvideo := "" }}
{{ if .Params.Video }}