|
1 | | -<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> |
| 1 | +<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> |
2 | 2 | <link rel="shortcut icon" href="https://kindlemodding.org/favicon.ico" type="image/x-icon"> |
3 | 3 |
|
4 | | -<meta property="og:title" content="KindleModding - {{.Title}}" /> |
5 | | -<meta property="og:type" content="website" /> |
6 | | -<meta property="og:url" content="{{ .Permalink }}" /> |
7 | | -{{- with .Params.description -}} |
8 | | -<meta name="description" content="{{.}}" /> |
9 | | -<meta property="og:description" content="{{.}}" /> |
| 4 | +<meta name="twitter:site" content="Kindle Modding Wiki"> |
| 5 | + |
| 6 | +<meta property="og:title" content="KindleModding - {{.Title}}"> |
| 7 | +<meta name="twitter:title" content="KindleModding - {{.Title}}"> |
| 8 | +<meta property="og:type" content="website"> |
| 9 | +<meta property="og:url" content="{{ .Permalink }}"> |
| 10 | +{{- with .Summary -}} |
| 11 | +<meta name="description" content="{{.}}"> |
| 12 | +<meta property="og:description" content="{{.}}"> |
| 13 | +<meta name="twitter:description" content="{{.}}"> |
10 | 14 | {{- end -}} |
11 | 15 | {{- with .Params.image -}} |
12 | | - <meta property="og:image" content="{{ absURL . }}" /> |
| 16 | + <meta property="og:image" content="{{ absURL . }}"> |
| 17 | + <meta name="twitter:image:src" content="{{ absURL . }}"> |
| 18 | + <meta name="twitter:card" content="summary_large_image"> |
13 | 19 | {{- else -}} |
14 | | - <meta property="og:image" content="{{absURL "logo.png"}}" /> |
| 20 | + <meta property="og:image" content="{{absURL "logo.png"}}"> |
| 21 | + <meta name="twitter:card" content="summary"> |
15 | 22 | {{- end -}} |
| 23 | +<meta name="theme-color" content="#5865F2"> |
16 | 24 |
|
17 | 25 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
18 | 26 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
|
0 commit comments