summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-11-22 16:18:42 -0500
committerSacha Chua <sacha@sachachua.com>2021-11-22 16:18:42 -0500
commitb43c78e7ff8d8d2e8c51d7af8d115e8cae400a71 (patch)
tree97699cc6a0d67b2c69d661fb65230842cf1f68de /templates/page.tmpl
parent41dfd4ebb201f6793da37b5847a48e1ce64ed3c6 (diff)
downloademacsconf-wiki-b43c78e7ff8d8d2e8c51d7af8d115e8cae400a71.tar.xz
emacsconf-wiki-b43c78e7ff8d8d2e8c51d7af8d115e8cae400a71.zip
Add extra resources
Diffstat (limited to '')
-rw-r--r--templates/page.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index deb4edd4..d5ec57bf 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -292,7 +292,8 @@ Last edited <TMPL_VAR MTIME>
<TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF>
<script>
- // @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0-or-later
+ // @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt txt CC0-1.0
+ // Copyright (C) 2021 Sacha Chua
if (document.querySelector('.times')) { document.querySelector('.times').prepend('Your local time: ~ ' + (new Date(document.querySelector('.times').getAttribute('start')).toLocaleString()) + ' to ~ ' + (new Date(document.querySelector('.times').getAttribute('end')).toLocaleString()) + "\n"); }
// @license-end
</script>