diff options
author | pacien | 2020-01-06 10:28:27 +0100 |
---|---|---|
committer | pacien | 2020-01-06 10:28:27 +0100 |
commit | 03d39102ba55cda7cbe80fcdeb9b250caaa70bd0 (patch) | |
tree | 679a36e4b5eaa9c49bb62b715772d96bd9a26aaa /ldgallery.1.md | |
parent | 5f57fd4f21f7ecd4038ca6e66a4b89622cbcc9fc (diff) | |
download | ldgallery-03d39102ba55cda7cbe80fcdeb9b250caaa70bd0.tar.gz |
compiler: properly reject invalid dates in sidecar files
GitHub: closes #31
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r-- | ldgallery.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md index cfe24d7..7163c8e 100644 --- a/ldgallery.1.md +++ b/ldgallery.1.md | |||
@@ -74,7 +74,7 @@ title | |||
74 | : Title of the item. Defaults to the name of the file. | 74 | : Title of the item. Defaults to the name of the file. |
75 | 75 | ||
76 | date | 76 | date |
77 | : ISO 8601-formatted date and time. Defaults to the last modification time of the file. | 77 | : ISO 8601 zoned date and time. Defaults to the last modification time of the file. |
78 | 78 | ||
79 | description | 79 | description |
80 | : Description for the item. | 80 | : Description for the item. |