8 lines
468 B
HTML
8 lines
468 B
HTML
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta property="og:title" content="{{ .Site.Params.opengraph.title }}">
|
|
<meta property="og:image" content="{{ .Site.Params.opengraph.image }}">
|
|
<meta property="og:description" content="{{ .Site.Params.opengraph.description | html }}">
|
|
<meta property="og:url" content="{{ .Permalink }}">
|
|
<link rel="canonical" href="{{ .Permalink }}" itemprop="url" />
|
|
{{ partialCached "head/css.html" . }}
|