How to divide revisions by folders? #1772
|
I want to have folder structure something like this: Any natural way to do it? |
Answered by
mmzeynalli
Dec 25, 2025
Replies: 1 comment 15 replies
|
Okay, appears I was just doing it wrong. Doing
works as a charm |
15 replies
Answer selected by
mmzeynalli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, appears I was just doing it wrong. Doing
file_template = %%(year)d/%%(month).2d/%%(day).2d_%%(hour).2d%%(minute).2d%%(second).2d_%%(rev)s_%%(slug)sworks as a charm