diff options
Diffstat (limited to 'haunt/pages/weblabels.sxml')
| -rw-r--r-- | haunt/pages/weblabels.sxml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/haunt/pages/weblabels.sxml b/haunt/pages/weblabels.sxml index 176aa79..3813cc0 100644 --- a/haunt/pages/weblabels.sxml +++ b/haunt/pages/weblabels.sxml @@ -29,4 +29,10 @@ (td ,(hyperlink "http://www.gnu.org/licenses/gpl-3.0.html" `(p "GNU General Public License 3.0 or later"))) (td ,(hyperlink "/static/js/webmention.js" - `(p "/static/js/webmention.js"))))))) + `(p "/static/js/webmention.js")))) + (tr (td ,(hyperlink "/static/js/rsvp.js" + `(p "/static/js/rsvp.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/rsvp.js" + `(p "/static/js/rsvp.js"))))))) |