We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6318f4 commit b8bc589Copy full SHA for b8bc589
1 file changed
mkdocs.yml
@@ -25,6 +25,7 @@ plugins:
25
- blog:
26
blog_dir: .
27
pagination_per_page: 3
28
+ post_url_format: "{date}/{slug}"
29
# more blog parameters here:
30
# https://squidfunk.github.io/mkdocs-material/plugins/blog/
31
@@ -42,4 +43,4 @@ markdown_extensions:
42
43
- attr_list # This lets us specify image dimensions, etc.
44
45
extra_css:
- - stylesheets/extra.css
46
+ - stylesheets/extra.css
0 commit comments