diff options
author | cel 🌸 <cel@blos.sm> | 2023-09-16 22:16:03 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-09-16 22:16:03 +0100 |
commit | 3ddad0a0addfcf0761eddec48467152252d19f7d (patch) | |
tree | 0ff433beaf21c2be14af9cb0d6839fe90b7ebd33 /articles | |
parent | 99045cf9ee3034ee540f4fd0d69c31fb20850137 (diff) | |
download | blossom-3ddad0a0addfcf0761eddec48467152252d19f7d.tar.gz blossom-3ddad0a0addfcf0761eddec48467152252d19f7d.tar.bz2 blossom-3ddad0a0addfcf0761eddec48467152252d19f7d.zip |
add ability to hide checklist (no js!)
Diffstat (limited to 'articles')
-rw-r--r-- | articles/ejabberd.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/articles/ejabberd.md b/articles/ejabberd.md index b832f70..a828cd1 100644 --- a/articles/ejabberd.md +++ b/articles/ejabberd.md @@ -12,8 +12,9 @@ we shall begin with a single virtualhost[^1]. for example purposes, we will use <div> <div class="panel checklist"> +checklist!: +<input type="checkbox" id="hide-checklist"><label for="hide-checklist">hide</label> -checklist!: - [ ] add dns records - [ ] open firewall ports - [ ] set up web server |