added sort posts list by date
This commit is contained in:
parent
2a9508e50b
commit
5e091128a0
2 changed files with 7 additions and 2 deletions
|
@ -36,7 +36,7 @@ class BuildConfig:
|
|||
include_drafts: bool = False
|
||||
|
||||
|
||||
IGNORELIST = [".git", ".env", ".marksman.toml"]
|
||||
IGNORELIST = [".git", ".env", "*/.marksman.toml"]
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue