diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-23 13:25:55 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-23 13:25:55 -0500 |
commit | 2214b9fa0cc8468b6a8c1e55b3642ede87862409 (patch) | |
tree | df0a55c537b715b876d918c01bdd2aa04f9d96f2 | |
parent | e8197dabd76b55f2c21e92c07fc7080d2db8d7df (diff) |
README: fix obvious mixup between "published" and "updated"
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -98,8 +98,8 @@ generator: | html_head_extra | "" | Org-mode | string | | class | "" | no | string (CSS class to apply to ~<body>~) | | categories[fn:2] | "" | no | string ("ES HB") or list (["ES", "HB"]) | -| published[fn:2] | most recent git commit for file | no | string (Ruby ~DateTime::parse()~) or date[fn:3] | -| updated[fn:2] | first git commit for file | no | string (Ruby ~DateTime::parse()~) or date[fn:3] | +| published[fn:2] | first git commit for file | no | string (Ruby ~DateTime::parse()~) or date[fn:3] | +| updated[fn:2] | most recent git commit for file | no | string (Ruby ~DateTime::parse()~) or date[fn:3] | [fn:1] We don't support lists of authors, though the Pandoc "standard" does. |