diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-12-13 23:53:55 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-12-13 23:53:55 -0500 |
commit | 830f19ceafbafb3e1201a69607ef9766639b8001 (patch) | |
tree | b2b5a41c8a4842b90bae4052d37206d0ec325c07 /templates | |
parent | 67764a8fbb0fb36b60e20925cac2e5fb4de812cd (diff) | |
download | emacsconf-wiki-830f19ceafbafb3e1201a69607ef9766639b8001.tar.xz emacsconf-wiki-830f19ceafbafb3e1201a69607ef9766639b8001.zip |
Add summary
Diffstat (limited to 'templates')
-rw-r--r-- | templates/help.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/help.md b/templates/help.md index e9518adc..4a07c6c9 100644 --- a/templates/help.md +++ b/templates/help.md @@ -1,5 +1,5 @@ -<div class="help"> -Help wanted: <TMPL_IF main_captions> +<details class="help"><summary>Help wanted<TMPL_IF summary>: <TMPL_VAR summary></TMPL_IF summary></summary> +<TMPL_IF main_captions> This talk does not have captions yet. Would you like to help [caption this talk](/2021/contribute/#edit-captions)? You may be able to start with these [auto-generated captions](<TMPL_VAR main_captions>). </TMPL_IF><TMPL_IF qa> @@ -7,4 +7,4 @@ Want to help make the Q&A session easier to search? You can [add chapter markers [auto-generated captions](<TMPL_VAR qa>). </TMPL_IF><TMPL_VAR message> [[!tag help <TMPL_VAR tags>]] -</div> +</details> |