From adbcafe4ddb57241648168328c3aac0cb3f0c698 Mon Sep 17 00:00:00 2001 From: rhi Date: Tue, 16 Aug 2022 21:15:17 -0400 Subject: [PATCH] lists of updates on one day --- info.yaml-format-info.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/info.yaml-format-info.md b/info.yaml-format-info.md index c25120f..916f0df 100644 --- a/info.yaml-format-info.md +++ b/info.yaml-format-info.md @@ -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