2024-06-16 15:10:40 -04:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
2024-06-18 00:50:43 -04:00
|
|
|
|
|
|
|
<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 }}" />
|
|
|
|
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
|
|
<meta name="twitter:title" content="{{ .Site.Params.opengraph.title }}" />
|
|
|
|
<meta
|
|
|
|
name="twitter:description"
|
|
|
|
content="{{ .Site.Params.opengraph.description | html }}"
|
|
|
|
/>
|
|
|
|
<meta name="twitter:image" content="{{ .Site.Params.opengraph.image }}" />
|
|
|
|
|
|
|
|
<title>{{ .Site.Params.opengraph.title }}</title>
|
|
|
|
|
2024-06-16 15:10:40 -04:00
|
|
|
<link rel="canonical" href="{{ .Permalink }}" itemprop="url" />
|
2024-06-15 22:41:34 -04:00
|
|
|
{{ partialCached "head/css.html" . }}
|