From 124a26593005ce821e75395566f51479e5489549 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 28 Jun 2022 21:57:33 +0200 Subject: [PATCH] Use curly quote in blog name --- src/blog/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/settings.py b/src/blog/settings.py index fe29b4e..529e1fd 100644 --- a/src/blog/settings.py +++ b/src/blog/settings.py @@ -203,7 +203,7 @@ MEDIA_ROOT = BASE_DIR / "media" AUTH_USER_MODEL = "articles.User" BLOG = { - "title": "Gab's Notes", + "title": "Gab’s Notes", "author": "Gabriel Augendre", "email": "ga-notes@augendre.info", "description": "My take on tech-related subjects (but not only).",