Welcome to mirror list, hosted at ThFree Co, Russian Federation.

og.html « partials « layouts - github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 077740a6a9ab80ed57eb12b23bf69fff6661f968 (plain)
1
2
3
4
5
6
7
8
    <meta property="og:title" content="{{ if .Params.ogtitle }}{{ .Params.ogtitle }}{{ else }}{{ .Title }}{{ end }}" />
    <meta property="og:description" content="{{ if .Params.ogdescription }}{{ .Params.ogdescription }}{{ else }}{{ .Site.Params.Description }}{{ end }}" />
    <meta property="og:type" content="website" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:url" content="{{ .Permalink }}" />
    {{ if .Params.ogimage }}
    <meta property="og:image" content="{{ .Params.ogimage }}" />
    {{ end }}