You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,8 +164,8 @@ Change the template used for rendering the annotation.
164
164
The following keys can be used inside the template
165
165
166
166
*`{{ id }}` - Annotation ID
167
-
*`created` - Date of creation. Use with the `date_format` helper
168
-
*`updated` - Date of creation. Use with the `date_format` helper
167
+
*`created` - Date of creation. Use with the `date_format` helper (See [here](https://docs.rs/chrono/0.4.19/chrono/format/strftime/index.html) for formatting options)
168
+
*`updated` - Date of the last modification. Use with the `date_format` helper (See [here](https://docs.rs/chrono/0.4.19/chrono/format/strftime/index.html) for formatting options)
169
169
*`{{ user }}` - User account ID formatted as `acct:<username>@<authority>`
170
170
*`{{ uri }}` - Annotation URI
171
171
*`{{ base_uri }}` - Base website of URI, i.e just the protocol and domain.
0 commit comments