diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-14 12:55:03 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-14 12:55:03 -0500 |
| commit | 717a11ca85f51cebf77a46a5d4727dd399265919 (patch) | |
| tree | 12d04d682d33c60e36be9b6c89f0aaeff093a044 /jakob/theme.scm | |
| parent | a08412d83465dec5c3fdf7fdccf3d1f31d6064a3 (diff) | |
Licensing information
Diffstat (limited to 'jakob/theme.scm')
| -rw-r--r-- | jakob/theme.scm | 7 |
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")))))) |