diff options
| author | Jakob L. Kreuze | 2022-08-21 18:13:58 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2022-08-28 11:43:06 -0400 |
| commit | 7162f4ec20a8280d34f18108cc4f4714e4911a7f (patch) | |
| tree | ac5556bdb87b5b33679b158971cfe62822aff03c /haunt/pages | |
| parent | 3749069cadd5479a75f41e8e90d726aca03048c2 (diff) | |
Add `section-folds.js'
Diffstat (limited to 'haunt/pages')
| -rw-r--r-- | haunt/pages/weblabels.sxml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haunt/pages/weblabels.sxml b/haunt/pages/weblabels.sxml index 4aaa3a3..0c53551 100644 --- a/haunt/pages/weblabels.sxml +++ b/haunt/pages/weblabels.sxml @@ -30,6 +30,12 @@ `(p "GNU General Public License 3.0 or later"))) (td ,(hyperlink "/static/js/webmention.js" `(p "/static/js/webmention.js")))) + (tr (td ,(hyperlink "/static/js/section-folds.js" + `(p "/static/js/section-folds.js"))) + (td ,(hyperlink "http://www.gnu.org/licenses/gpl-3.0.html" + `(p "GNU General Public License 3.0 or later"))) + (td ,(hyperlink "/static/js/section-folds.js" + `(p "/static/js/section-folds.js")))) (tr (td ,(hyperlink "/static/js/rsvp.js" `(p "/static/js/rsvp.js"))) (td ,(hyperlink "http://www.gnu.org/licenses/gpl-3.0.html" |