diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-09-23 08:29:33 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-09-23 08:29:33 -0400 |
commit | a1baf967d1f2e6e527693a8e2e2b83dc5d6fd8c6 (patch) | |
tree | 86465cf495f064221d602a20096939743d84e30a /templates | |
parent | d81dbe012f6c55d8f71bd3a56757b5e4def12d7b (diff) | |
download | emacsconf-wiki-a1baf967d1f2e6e527693a8e2e2b83dc5d6fd8c6.tar.xz emacsconf-wiki-a1baf967d1f2e6e527693a8e2e2b83dc5d6fd8c6.zip |
add duration
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sched.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/sched.md b/templates/sched.md index 21c32caa..cc5e9be6 100644 --- a/templates/sched.md +++ b/templates/sched.md @@ -15,5 +15,6 @@ <TMPL_VAR resources> </ul> </TMPL_IF resources> +<TMPL_IF duration><span class="sched-duration><TMPL_VAR duration></span> minutes</TMPL_IF duration> <TMPL_IF slug> <span class="sched-slug">id:<TMPL_VAR slug></span></TMPL_IF slug> </div> |