Use curly quote in blog name
This commit is contained in:
parent
de3e09ef7b
commit
124a265930
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ MEDIA_ROOT = BASE_DIR / "media"
|
||||||
AUTH_USER_MODEL = "articles.User"
|
AUTH_USER_MODEL = "articles.User"
|
||||||
|
|
||||||
BLOG = {
|
BLOG = {
|
||||||
"title": "Gab's Notes",
|
"title": "Gab’s Notes",
|
||||||
"author": "Gabriel Augendre",
|
"author": "Gabriel Augendre",
|
||||||
"email": "ga-notes@augendre.info",
|
"email": "ga-notes@augendre.info",
|
||||||
"description": "My take on tech-related subjects (but not only).",
|
"description": "My take on tech-related subjects (but not only).",
|
||||||
|
|
Reference in a new issue