Adding meta name description for better SEO or something idk
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:
@@ -15,6 +15,7 @@
|
||||
{{ $desc := print .Description }}
|
||||
{{ if .IsHome }}{{ $desc = .Params.Description }}{{end}}
|
||||
<meta property="og:description" content="{{ $desc }}">
|
||||
<meta name="description" content="{{ $desc }}">
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="description" content="{{ $desc }}">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
Reference in New Issue
Block a user