From 696a0dc7cff9408e8e6dd86e6ca7bf1e0f525acb Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 11 Jul 2022 22:04:54 +0200 Subject: [PATCH] Fix doc --- scripts/build_docs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_docs.py b/scripts/build_docs.py index 7217b0f..344e745 100644 --- a/scripts/build_docs.py +++ b/scripts/build_docs.py @@ -34,6 +34,7 @@ def main() -> None: content=markdownify(readme.read_text().removeprefix("# microblog.pub")), version=VERSION, path="/", + last_updated=last_updated, ).dump("docs/dist/index.html") install = Path("docs/install.md")