diff --git a/README.md b/README.md index 44ff0fb..d221aee 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ## Post Metadata -- `date` (**required**): Post date +- `date` (**required**): Original post date (`YYYY-MM-DD`) +- `updated`: Post update date (`YYYY-MM-DD`) - `categories`: List of post categories. Allowed categories: `Announcements`, `Opinion`, `Software`, `Hardware`, `Android`, `iOS`, `Linux`, `macOS`, `Windows`, `Qubes OS`, `Providers` - `authors`: List of post authors. Authors must exist in [`.authors.yml`](/docs/.authors.yml). Only the first author will be displayed on the blog index. - `links`: Related links shown on post sidebar. May be internal or external links. @@ -14,6 +15,7 @@ Example: ``` --- date: 2021-09-14 +updated: 2022-05-10 categories: - Announcements authors: diff --git a/theme/blog-post.html b/theme/blog-post.html index 31dfd66..53c393a 100644 --- a/theme/blog-post.html +++ b/theme/blog-post.html @@ -59,12 +59,24 @@