From 2b13eab659d97158faa08c79120436f7baed2b98 Mon Sep 17 00:00:00 2001 From: thest1tch Date: Tue, 17 Oct 2023 14:51:37 +0500 Subject: [PATCH] update version 9.4.6 --- .drone.yml | 4 ++-- mkdocs.yml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) 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"