summaryrefslogtreecommitdiff
path: root/jakob/theme.scm
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-14 12:55:03 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-14 12:55:03 -0500
commit717a11ca85f51cebf77a46a5d4727dd399265919 (patch)
tree12d04d682d33c60e36be9b6c89f0aaeff093a044 /jakob/theme.scm
parenta08412d83465dec5c3fdf7fdccf3d1f31d6064a3 (diff)
Licensing information
Diffstat (limited to 'jakob/theme.scm')
-rw-r--r--jakob/theme.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/jakob/theme.scm b/jakob/theme.scm
index f2006fa..7e29aa2 100644
--- a/jakob/theme.scm
+++ b/jakob/theme.scm
@@ -202,4 +202,9 @@
`(,content)
content))
,@scripts)
- ,%footer)))))
+ ,%footer
+ (a (@ (style "display: none")
+ (href "/pages/licensing.html")
+ (rel "jslicense")
+ (data-jslicense "1"))
+ "JavaScript license information"))))))