shared-bulma-theme/layouts/entry/meta.html

4 lines
322 B
HTML

<meta property="og:description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}" />
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}" />
<meta property="og:type" content="article" />
<meta property="og:image" content="{{ .Permalink }}banner.png" />