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

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