commands: Fix --clock with the list command

Fixes #11888
This commit is contained in:
Bjørn Erik Pedersen 2024-02-17 12:32:25 +01:00
parent 5bdda0bdbf
commit 4835f9e898
2 changed files with 4 additions and 2 deletions

View file

@ -28,6 +28,9 @@ stdout 'expired.md'
stdout 'draftexpired.md'
stdout 'draftfuture.md'
hugo list expired --clock 2000-01-01T00:00:00Z
! stdout 'expired.md'
-- hugo.toml --
baseURL = "https://example.org/"
disableKinds = ["taxonomy", "term"]