This commit is contained in:
parent
737e2cd9f6
commit
9c249b921d
1 changed files with 25 additions and 0 deletions
25
layouts/partials/head.html
Normal file
25
layouts/partials/head.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<a rel="me" href="https://kolektiva.social/@eyess"></a>
|
||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
||||
<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 }}" />
|
||||
|
||||
<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>
|
||||
|
||||
<link rel="canonical" href="{{ .Permalink }}" itemprop="url" />
|
||||
{{ partialCached "head/css.html" . }}
|
Loading…
Add table
Reference in a new issue