We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eaa54f commit fa6d184Copy full SHA for fa6d184
layouts/_default/baseof.html
@@ -14,6 +14,10 @@
14
{{ end -}}
15
<meta name="description" content="{{ with .Params.description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}">
16
<!-- <meta name="keywords" content=""> -->
17
+ <meta property="og:title" content="{{ .Title }}" />
18
+ <meta property="og:type" content="website" />
19
+ <meta property="og:url" content="{{ .Permalink }}" />
20
+ <meta property="og:image" content="{{if .Params.image }}{{ .Params.image }}{{ else }}{{ .Site.Params.og_image }}{{ end }}" />
21
<meta name="viewport" content="width=device-width, initial-scale=1">
22
<meta name="robots" content="index, follow">
23
</head>
0 commit comments