Skip to content

Commit e9db58c

Browse files
We do a little OpenGraph
1 parent 490dbad commit e9db58c

7 files changed

Lines changed: 23 additions & 7 deletions

File tree

content/_index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
title: Home
34
params:
45
landing: true
56
navbar_exclude: true

content/jailbreaking/WinterBreak/__index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ parent: Jailbreaking Your Kindle
44
title: WinterBreak
55
weight: 4
66
slug: index
7+
params:
8+
image: /jailbreaking/WinterBreak/logo.png
79
---
810

911
# WinterBreak
194 KB
Loading

content/mesquito/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
layout: default
33
title: Mesquito
44
weight: 4
5+
params:
6+
description: The annoying WAF loader
7+
image: /mesquito/mesquito.png
58
---
69

710
# Mesquito
@@ -26,7 +29,7 @@ A collection of Mesquito apps are available [here](https://github.com/KindleModd
2629
Simply download the [latest release](https://github.com/KindleModding/Mesquito/releases/latest) and copy the apps you want to the `apps` folder on your Kindle and re-load Mesquito by `clicking on the 3 dots` > `Home`
2730

2831
## Development
29-
See [Developing For Mesquito](../mesquito/development/)
32+
See [Developing For Mesquito](/mesquito/development/)
3033

3134
## Screenshot Of Mesquito
32-
![Mesquito screenshot](../mesquito/mesquito.png)
35+
![Mesquito screenshot](/mesquito/mesquito.png)

layouts/_partials/head_global.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
<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">
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="{{.}}" />
10+
{{- end -}}
11+
{{- with .Params.image -}}
12+
<meta property="og:image" content="{{ absURL . }}" />
13+
{{- else -}}
14+
<meta property="og:image" content="{{absURL "logo.png"}}" />
15+
{{- end -}}
16+
317
<link rel="preconnect" href="https://fonts.googleapis.com">
418
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
519

layouts/baseof.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
<head>
44
{{ partial "head_global.html" . }}
55

6-
{{- with .Params.description -}}
7-
<meta name="description" content="{{.}}" />
8-
{{- end -}}
9-
106
<script>
117
function refreshTheme()
128
{
@@ -33,7 +29,7 @@
3329
refreshTheme();
3430
</script>
3531

36-
<title>{{ .Title }}</title>
32+
<title>KindleModding - {{ .Title }}</title>
3733
</head>
3834
<body>
3935

static/logo.png

49.7 KB
Loading

0 commit comments

Comments
 (0)