Skip to content

Commit

Permalink
Merge pull request #112 from stuartmaxwell:change_post_prefix
Browse files Browse the repository at this point in the history
update post_prefix to year and date
  • Loading branch information
stuartmaxwell authored Oct 7, 2024
2 parents bdb9850 + c670bb9 commit b0ca70f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,5 @@
"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",
"POST_PREFIX": "{{ year }}/{{ month }}",
}

0 comments on commit b0ca70f

Please sign in to comment.