Update og:title

This commit is contained in:
Hazem Krimi
2023-11-24 14:22:15 +01:00
parent 578bc39d47
commit a393540173
+1 -1
View File
@@ -28,7 +28,7 @@
content="{{ if .Params.keywords }}{{ .Params.keywords }}{{ else }}{{ .Site.Params.defaultKeywords }}{{ end }}" content="{{ if .Params.keywords }}{{ .Params.keywords }}{{ else }}{{ .Site.Params.defaultKeywords }}{{ end }}"
> >
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<meta property="og:title" content="{{ .Page.Title }}"> <meta property="og:title" content="{{ .Page.Title }} | Hazem Krimi">
<meta <meta
property="og:description" property="og:description"
content="{{ if .Params.description }}{{ .Params.description }}{{ else }}{{ .Site.Params.defaultDescription }}{{ end }}" content="{{ if .Params.description }}{{ .Params.description }}{{ else }}{{ .Site.Params.defaultDescription }}{{ end }}"