From 7cbc226a5d2d0611c681f4a729c2a4a4dc22cddc Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 21 May 2023 09:31:09 +0200 Subject: [PATCH] Fix curly quote in blog title --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 5da050f..0989702 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ baseURL: "https://gabnotes.org" -title: "Gab's Notes" +title: "Gab’s Notes" paginate: 10 theme: "PaperMod" @@ -16,7 +16,7 @@ minify: params: 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)." keywords: [blog, tech, docker, golang, python, self-hosting] author: "Gabriel Augendre"