diff --git a/.drone.yml b/.drone.yml index 87f887f..e2353fd 100755 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: build-home-docs steps: - name: build main - image: squidfunk/mkdocs-material:9.4.4 + image: squidfunk/mkdocs-material:9.4.6 pull: if-not-exists volumes: - name: site @@ -23,7 +23,7 @@ steps: - main - name: build states - image: git.st1t.ru/thest1tch/mkdocs-material:v9.4.4 + image: git.st1t.ru/thest1tch/mkdocs-material:v9.4.6 pull: if-not-exists volumes: - name: site diff --git a/mkdocs.yml b/mkdocs.yml index 4c8fc6f..d1866ed 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -223,9 +223,8 @@ plugins: - ru - en - glightbox - - blogging: - dirs: # The directories to be included - - blog + - blog: + post_url_format: "{date}/{slug}" - git-revision-date-localized: type: custom custom_format: "%d.%m.%Y"