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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user