Skip to content

Commit 04ed3c4

Browse files
Improve nonsense
1 parent e401936 commit 04ed3c4

9 files changed

Lines changed: 25 additions & 17 deletions

File tree

content/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Home
4-
description: The best resource for Kindle modding on the internet
4+
summary: The best resource for Kindle modding on the internet
55
params:
66
landing: true
77
navbar_exclude: true

content/jailbreaking/AdBreak/__index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parent: Jailbreaking Your Kindle
44
title: AdBreak
55
weight: 3
66
slug: index
7-
description: AdBreak is a Kindle jailbreak for 5.18.1 - 5.18.5.0.1
7+
summary: AdBreak is a Kindle jailbreak for 5.18.1 - 5.18.5.0.1
88
kofi: https://ko-fi.com/penguins186
99
---
1010

content/jailbreaking/Legacy/K2DXDXGK3-Jailbreak/__index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parent: Legacy
44
title: NiLuJe K2/DX/DXG/K3 Jailbreak
55
weight: 1
66
slug: index
7-
description: A jailbreak for the now-discontinued K2, DX, DXG and K3 Kindles
7+
summary: A jailbreak for the now-discontinued K2, DX, DXG and K3 Kindles
88
---
99

1010
# NiLuJe K2/DX/DXG/K3 Jailbreak

content/jailbreaking/Legacy/K4-Jailbreak/__index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parent: Legacy
44
title: NiLuJe K4 Jailbreak
55
weight: 1
66
slug: index
7-
description: A jailbreak for the now-discontinued K4 Kindle
7+
summary: A jailbreak for the now-discontinued K4 Kindle
88
---
99

1010
# NiLuJe K4 Jailbreak

content/jailbreaking/Legacy/K5-Jailbreak/__index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parent: Legacy
44
title: NiLuJe K5 Jailbreak
55
weight: 1
66
slug: index
7-
description: A jailbreak for the now-discontinued K5 Kindle
7+
summary: A jailbreak for the now-discontinued K5 Kindle
88
---
99

1010
# NiLuJe K5 Jailbreak

content/jailbreaking/WinterBreak/__index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parent: Jailbreaking Your Kindle
44
title: WinterBreak
55
weight: 4
66
slug: index
7-
description: WinterBreak is a Kindle jailbreak created by HackerDude based on Mesquito
7+
summary: WinterBreak is a Kindle jailbreak created by HackerDude based on Mesquito
88
params:
99
image: /jailbreaking/WinterBreak/logo.png
1010
---

content/kindle-models.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Kindle Models
44
weight: 0
5-
description: Identify your Kindle model and the jailbreak method best suited for it.
5+
summary: Identify your Kindle model and the jailbreak method best suited for it.
66
---
77

88
<h1>Kindle Models</h1>

content/mesquito/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
layout: default
33
title: Mesquito
44
weight: 4
5+
summary: The annoying WAF loader
56
params:
6-
description: The annoying WAF loader
77
image: /mesquito/mesquito.png
88
---
99

layouts/_partials/head_global.html

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
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">
22
<link rel="shortcut icon" href="https://kindlemodding.org/favicon.ico" type="image/x-icon">
33

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="{{.}}">
1014
{{- end -}}
1115
{{- 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">
1319
{{- 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">
1522
{{- end -}}
23+
<meta name="theme-color" content="#5865F2">
1624

1725
<link rel="preconnect" href="https://fonts.googleapis.com">
1826
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

0 commit comments

Comments
 (0)