diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-12-14 00:12:26 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-12-14 00:12:26 -0500 |
commit | 84b020cfed8e5f482402b56976c1ccc15dee5b06 (patch) | |
tree | 33264fa2d6eb12e650ad0bf1e55b22b4322fc370 | |
parent | af9e17a2565411b5ef3f99791f1ada0ee4738c2f (diff) | |
download | emacsconf-wiki-84b020cfed8e5f482402b56976c1ccc15dee5b06.tar.xz emacsconf-wiki-84b020cfed8e5f482402b56976c1ccc15dee5b06.zip |
Move volunteer mention to summary
-rw-r--r-- | templates/help.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/help.md b/templates/help.md index 9c819eb1..41b58009 100644 --- a/templates/help.md +++ b/templates/help.md @@ -1,4 +1,4 @@ -<details class="help"><summary>Help wanted<TMPL_IF summary>: <TMPL_VAR summary></TMPL_IF summary></summary> +<details class="help"><summary>Help wanted<TMPL_IF summary>: <TMPL_VAR summary></TMPL_IF summary> <TMPL_IF volunteer>(Volunteered: <TMPL_VAR volunteer>)</TMPL_IF></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>). @@ -6,5 +6,5 @@ This talk does not have captions yet. Would you like to help [caption this talk] Want to help make the Q&A session easier to search? You can [add chapter markers](/2021/contribute/#chapter-markers) or [edit the captions](/2021/contribute/#edit-captions), maybe starting with these [auto-generated captions](<TMPL_VAR qa>). </TMPL_IF><TMPL_VAR message> -<TMPL_IF volunteer>(Volunteered: <TMPL_VAR volunteer>)<TMPL_ELSE>[[!tag help <TMPL_VAR tags>]]</TMPL_IF volunteer> +<TMPL_IF volunteer><TMPL_ELSE>[[!tag help <TMPL_VAR tags>]]</TMPL_IF volunteer> </details> |