Currently the git hooks update the last modified date, so that's an inappropriate field to use for sort order. As a result, we need a sequence number that will be used for sorting posts. I'm picturing a four digit number incrementing by ten: 0010, 0020, etc.
Currently the git hooks update the last modified date, so that's an inappropriate field to use for sort order. As a result, we need a sequence number that will be used for sorting posts. I'm picturing a four digit number incrementing by ten: 0010, 0020, etc.