Updating seo things -.-
All checks were successful
Build and Deploy Blog Site / setup-website-content (push) Successful in 10s
All checks were successful
Build and Deploy Blog Site / setup-website-content (push) Successful in 10s
This commit is contained in:
BIN
content/media/img/gba/opengraph.jpg
LFS
Normal file
BIN
content/media/img/gba/opengraph.jpg
LFS
Normal file
Binary file not shown.
@@ -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
|
description: The backlight LED mod on GBA's is literally so good
|
||||||
date: 2026-06-21T20:32:08-07:00
|
date: 2026-06-21T20:32:08-07:00
|
||||||
draft: false
|
draft: false
|
||||||
category: article
|
category: article
|
||||||
image: /media/img/gba/gba-splash-led.jpg
|
image: /media/img/gba/opengraph.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
## The Starting Point
|
## The Starting Point
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
{{ $title := print .Title }}
|
{{ $title := print .Title }}
|
||||||
{{ if .IsHome }}{{ $title = .Site.Title}}{{end}}
|
{{ if .IsHome }}{{ $title = .Site.Title}}{{end}}
|
||||||
<title>{{ $title }}</title>
|
<title>{{ $title }}</title>
|
||||||
|
<meta property="title" content="{{ $title }}">
|
||||||
<meta property="og:title" content="{{ $title }}">
|
<meta property="og:title" content="{{ $title }}">
|
||||||
<meta property="og:site_name" content="Shockrah's not-a-blog">
|
<meta property="og:site_name" content="Shockrah's not-a-blog">
|
||||||
{{ $url := .RelPermalink | absURL }}
|
{{ $url := .RelPermalink | absURL }}
|
||||||
@@ -14,6 +15,8 @@
|
|||||||
{{ $desc := print .Description }}
|
{{ $desc := print .Description }}
|
||||||
{{ if .IsHome }}{{ $desc = .Params.Description }}{{end}}
|
{{ if .IsHome }}{{ $desc = .Params.Description }}{{end}}
|
||||||
<meta property="og:description" content="{{ $desc }}">
|
<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">
|
<meta property="og:type" content="website">
|
||||||
{{ $ogvideo := "" }}
|
{{ $ogvideo := "" }}
|
||||||
{{ if .Params.Video }}
|
{{ if .Params.Video }}
|
||||||
|
|||||||
Reference in New Issue
Block a user