diff --git a/material/plugins/blog/structure/options.py b/material/plugins/blog/structure/options.py index 1d66cff30..eac8c43f3 100644 --- a/material/plugins/blog/structure/options.py +++ b/material/plugins/blog/structure/options.py @@ -64,7 +64,7 @@ class PostDate(BaseConfigOption[DateDict]): for key, value in config[key_name].items(): # Handle datetime - since datetime is a subclass of date, we need - # to check it first, or we'll loose time - see https://t.ly/-KG9N + # to check it first, or we lose the time - see https://t.ly/-KG9N if isinstance(value, datetime): continue diff --git a/src/plugins/blog/structure/options.py b/src/plugins/blog/structure/options.py index 1d66cff30..eac8c43f3 100644 --- a/src/plugins/blog/structure/options.py +++ b/src/plugins/blog/structure/options.py @@ -64,7 +64,7 @@ class PostDate(BaseConfigOption[DateDict]): for key, value in config[key_name].items(): # Handle datetime - since datetime is a subclass of date, we need - # to check it first, or we'll loose time - see https://t.ly/-KG9N + # to check it first, or we lose the time - see https://t.ly/-KG9N if isinstance(value, datetime): continue