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

4 lines
324 B
HTML
Raw Normal View History

<meta property="og:description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}" />
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}" />
<meta property="og:type" content="website" />
<meta property="og:image" content="{{ .Site.BaseURL }}/logo.png" />