mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-22 07:48:03 +01:00
Fix curly quote in blog title
This commit is contained in:
parent
fa3daaad0c
commit
7cbc226a5d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
baseURL: "https://gabnotes.org"
|
baseURL: "https://gabnotes.org"
|
||||||
title: "Gab's Notes"
|
title: "Gab’s Notes"
|
||||||
paginate: 10
|
paginate: 10
|
||||||
theme: "PaperMod"
|
theme: "PaperMod"
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ minify:
|
||||||
|
|
||||||
params:
|
params:
|
||||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||||
title: "Gab's Notes"
|
title: "Gab’s Notes"
|
||||||
description: "My take on tech-related subjects (but not only)."
|
description: "My take on tech-related subjects (but not only)."
|
||||||
keywords: [blog, tech, docker, golang, python, self-hosting]
|
keywords: [blog, tech, docker, golang, python, self-hosting]
|
||||||
author: "Gabriel Augendre"
|
author: "Gabriel Augendre"
|
||||||
|
|
Loading…
Reference in a new issue