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).",