Skip to content

Commit

Permalink
Merge pull request #114 from stuartmaxwell/fix-blog_title_env
Browse files Browse the repository at this point in the history
Change BLOG_TITLE to use env variable
  • Loading branch information
stuartmaxwell authored Oct 7, 2024
2 parents 2ceaf79 + 421228e commit a8c7c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,6 @@
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",
"BLOG_TITLE": env("BLOG_TITLE"),
"POST_PREFIX": env("POST_PREFIX"),
}

0 comments on commit a8c7c8f

Please sign in to comment.