We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda900f commit 714f2e1Copy full SHA for 714f2e1
themes/devlog-theme/layouts/partials/opengraph.html
@@ -15,7 +15,7 @@
15
See also: https://gohugo.io/methods/page/description/
16
*/}}
17
{{- with or .Description site.Params.description | plainify | htmlUnescape }}
18
- <meta property="og:description" content="{{ trim . "\n\r\t " }}">
+ <meta property="og:description" content="{{ trim . "\n\r\t " }}" />
19
{{- end }}
20
<meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}" />
21
<meta property="og:url" content="{{ partial "permalink-abs.html" . }}" />
0 commit comments