From 0a0bb8e5a8fca1d333af22623f3477ad2d6e8795 Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Tue, 8 Oct 2024 00:01:23 +1300 Subject: [PATCH] Change blog title --- config/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/settings.py b/config/settings.py index a04fee8..ea1fae6 100644 --- a/config/settings.py +++ b/config/settings.py @@ -241,4 +241,5 @@ DJPRESS_SETTINGS = { "MARKDOWN_EXTENSIONS": ["pymdownx.superfences", "pymdownx.highlight", "tables", "pymdownx.emoji", "toc"], "MARKDOWN_EXTENSION_CONFIGS": {"pymdownx.emo,ji": {"emoji_generator": pymdownx.emoji.to_alt}}, + "BLOG_TITLE": "stuartm.nz", }