diff options
Diffstat (limited to 'haunt/pages/weblabels.sxml')
| -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" |