diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-12-10 10:03:54 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-12-10 10:03:54 -0500 |
commit | 0dff6907b0bbaa9715a0a919c6caf973de369340 (patch) | |
tree | 5dbc7c750b6fd70d36caf5a2692d5b8ac98b2345 /templates | |
parent | 316c70f310e822968666f24e33f87f1b37f63c61 (diff) | |
download | emacsconf-wiki-0dff6907b0bbaa9715a0a919c6caf973de369340.tar.xz emacsconf-wiki-0dff6907b0bbaa9715a0a919c6caf973de369340.zip |
wrap transcript in div
Diffstat (limited to '')
-rw-r--r-- | templates/page.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 20c3dd31..f12dfd12 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -429,6 +429,9 @@ if (video) { }; } + + + // @license-end // @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt txt CC0-1.0 // Copyright (c) 2023 Sacha Chua - CC0 Public Domain |