diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-02-06 15:09:32 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-06 15:09:32 -0300 |
| commit | 694f2f056ef2dbee2846e092572168efbd9cc66c (patch) | |
| tree | 09384530da24038a5cf708607f45ab3ade0d8780 | |
| parent | 5a5ef4a82d4e9f289ee15939deda3caf87ebde73 (diff) | |
Update 23.md
Co-authored-by: mplorentz <mplorentz@users.noreply.github.com>
| -rw-r--r-- | 23.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -21,7 +21,7 @@ For the date of the last update the `.created_at` field should be used, for "tag | |||
| 21 | Other metadata fields can be added as tags to the event as necessary. Here we standardize 4 that may be useful, although they remain strictly optional: | 21 | Other metadata fields can be added as tags to the event as necessary. Here we standardize 4 that may be useful, although they remain strictly optional: |
| 22 | 22 | ||
| 23 | - `"title"`, for the article title | 23 | - `"title"`, for the article title |
| 24 | - `"image"`, for an image to be shown along with the title | 24 | - `"image"`, for a URL pointing to an image to be shown along with the title |
| 25 | - `"summary"`, for the article summary | 25 | - `"summary"`, for the article summary |
| 26 | - `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the article was published | 26 | - `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the article was published |
| 27 | 27 | ||