summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-27 17:37:31 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-27 17:37:31 +0530
commit821d93cdf5f196dbe9c8f324476bcdeb2facfe41 (patch)
tree17780079c546e53912d1513a2b4fdf7497fb010c /layouts/partials
parent52be5c80cdd1a49baae29f2b6601caf3c8ddb570 (diff)
changed site desc
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2e19bed..e528534 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,12 +3,12 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content={{ .Site.Author.name }}>
<meta name="robots" content="index,follow">
- <meta name="description" content="{{ if .IsPage }}{{ .Title}} - {{ .Summary }}{{ else }}{{ if .Params.description }}{{ .Params.description }}{{ else }}{{ if .Title }}{{ .Title }}{{ if eq .Section "blog" }}{{ if not .IsPage }} Blog Posts{{ end }} - {{ .Site.Params.domain }}{{ end }}{{ end }}{{ end }}{{ end }} - {{ if eq .Kind "home" }}{{ .Site.Params.siteDescription }}{{ end }}">
+ <meta name="description" content="{{ if .IsPage }}{{ .Title}} - {{ .Summary }}{{ else }}{{ if .Params.description }}{{ .Params.description }}{{ else }}{{ if .Title }}{{ .Title }}{{ if eq .Section "blog" }}{{ if not .IsPage }} Blog Posts{{ end }} - {{ .Site.Params.domain }}{{ end }}{{ end }}{{ end }}{{ end }}{{ if eq .Kind "home" }} - {{ .Site.Params.siteDescription }}{{ end }}">
<meta property="og:type" content="{{if .IsPage}}article{{ else }}website{{ end }}">
<meta property="og:title" content="{{ if .Title }}{{ .Title }}{{ if eq .Section "blog" }}{{ if not .IsPage }} Blog Posts{{ end }}{{ end }} - {{if .Site.Params.domain }}{{ .Site.Params.domain }}{{ else }}{{ .Site.Title }}{{ end }}{{ else }}{{ .Site.Title }}{{ end }}">
<meta property="og:site_name" content="{{ .Site.Title }}">
- <meta property="og:description" content="{{ if .IsPage }}{{ .Title}} - {{ .Summary }}{{ else }}{{ if .Params.description }}{{ .Params.description }}{{ else }}{{ if .Title }}{{ .Title }}{{ if eq .Section "blog" }}{{ if not .IsPage }} Blog Posts{{ end }} - {{ .Site.Params.domain }}{{ end }}{{ end }}{{ end }}{{ end }} - {{ if eq .Kind "home" }}{{ .Site.Params.siteDescription }}{{ end }}">
+ <meta property="og:description" content="{{ if .IsPage }}{{ .Title}} - {{ .Summary }}{{ else }}{{ if .Params.description }}{{ .Params.description }}{{ else }}{{ if .Title }}{{ .Title }}{{ if eq .Section "blog" }}{{ if not .IsPage }} Blog Posts{{ end }} - {{ .Site.Params.domain }}{{ end }}{{ end }}{{ end }}{{ end }}{{ if eq .Kind "home" }} - {{ .Site.Params.siteDescription }}{{ end }}">
<meta property="og:image" content="{{ .Site.Params.ogImage }}">
<meta property="og:url" content="{{ .Permalink }}">