diff options
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")))))) |