mirror of
https://github.com/yuzu-mirror/shared-bulma-theme.git
synced 2026-04-04 22:07:24 +00:00
12 lines
638 B
HTML
12 lines
638 B
HTML
{{ if .IsPage }}
|
|
{{ $rating := index .Site.Data.compatibility .Params.compatibility }}
|
|
<meta property="og:description" content="{{ $rating.name }} - {{ $rating.description }}" />
|
|
<meta name="description" content="{{ $rating.name }} - {{ $rating.description }}" />
|
|
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:image" content="{{ .Site.BaseURL }}/images/game/icons/{{ .File.BaseFileName }}.png" />
|
|
<meta property="og:article:published_time" content="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}" />
|
|
{{ range .Params.tags }}
|
|
<meta property="og:article:tag" content="{{ . }}" />
|
|
{{ end }}
|
|
{{ end }}
|