diff options
Diffstat (limited to 'haunt/pages/gallery.sxml')
| -rw-r--r-- | haunt/pages/gallery.sxml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/haunt/pages/gallery.sxml b/haunt/pages/gallery.sxml deleted file mode 100644 index f01dda0..0000000 --- a/haunt/pages/gallery.sxml +++ /dev/null @@ -1,12 +0,0 @@ -(use-modules (jakob theme) - (jakob utils sxml)) - -(theme - #:title "Photo Gallery" - #:content - `((div (@ (id "gallery-container")) - (div (@ (id "loading")) - ,(image "hourglass.gif") - (p "Loading...")) - (div (@ (id "event-info")))) - ,(script "gallery.js"))) |