lists of updates on one day
parent
44755d207c
commit
adbcafe4dd
1 changed files with 6 additions and 2 deletions
|
@ -38,12 +38,16 @@ an extra sort key, for if there are multiple posts on one day and you care what
|
|||
|
||||
if you update a post you can say what changes you made and when. or you can just change the `date` field, im not your mother.
|
||||
|
||||
anyway, the `updates` field is a mapping from dates (same format as [`date`](#date) above) to either strings or maps with fields `desc`, `nsfw`?, and `ignore-sort`?. examples:
|
||||
anyway, the `updates` field is a mapping from dates (same format as [`date`](#date) above) to: strings; maps with fields `desc`, `nsfw`?, and `ignore-sort`?; or a list containing those things. examples:
|
||||
|
||||
```yaml
|
||||
updates:
|
||||
2021-08-24: tweak colours
|
||||
2021-08-25: {desc: add lewd version, nsfw: true}
|
||||
2021-08-25:
|
||||
- desc: add lewd version
|
||||
nsfw: true
|
||||
- this message will show in the sfw gallery
|
||||
but the thing above won't
|
||||
2021-08-26:
|
||||
desc: |
|
||||
this post will have the 25th in the gallery view
|
||||
|
|
Loading…
Reference in a new issue