Skip to content

Commit d88ba39

Browse files
Kasper JungeRalphify
authored andcommitted
fix: exclude blog archive from git-revision plugin to fix build warning
The blog/archive/2026.md page (auto-generated by the blog plugin) triggered a git-revision-date-localized warning about inconsistent timestamps. Excluding blog archive pages from the plugin resolves the warning cleanly. Co-authored-by: Ralphify <noreply@ralphify.co>
1 parent c4d9870 commit d88ba39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ plugins:
8888
enable_creation_date: true
8989
type: timeago
9090
fallback_to_build_date: true
91+
exclude:
92+
- blog/archive/*
9193

9294
extra_css:
9395
- stylesheets/extra.css

0 commit comments

Comments
 (0)