mirror of
https://github.com/jointakahe/jointakahe
synced 2025-02-16 10:40:34 +01:00
Add OpenGraphProtocol image (#1)
This commit is contained in:
parent
8dac24068f
commit
f68f2c056c
@ -14,6 +14,10 @@
|
|||||||
<link rel="stylesheet" href="{{ $caymanCss.Permalink }}">
|
<link rel="stylesheet" href="{{ $caymanCss.Permalink }}">
|
||||||
<link rel="apple-touch-icon" sizes="1024x1024" href="/icon-1024.png">
|
<link rel="apple-touch-icon" sizes="1024x1024" href="/icon-1024.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/icon-32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/icon-32.png">
|
||||||
|
<meta property="og:title" content="{{ .Title }} | {{ $.Site.Title }}" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://jointakahe.org/" />
|
||||||
|
<meta property="og:image" content="https://jointakahe.org/icon-1024.png" />
|
||||||
{{ partial "katex.html" . }}
|
{{ partial "katex.html" . }}
|
||||||
<title>{{ .Title }} | {{ $.Site.Title }}</title>
|
<title>{{ .Title }} | {{ $.Site.Title }}</title>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user