diff options
author | Andinus <andinus@nand.sh> | 2022-06-10 09:51:20 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-06-10 09:51:20 +0530 |
commit | c868ff796fd8ebf9f0c5f4d69a4abbb0f9682df8 (patch) | |
tree | 4f0bd106c3f9ef8e80db285a941a00418737ec7f /templates/gallery.crotmp | |
parent | 1ac31ef10cc799f3cb7fc94d34178290a4e8dc00 (diff) | |
download | crater-c868ff796fd8ebf9f0c5f4d69a4abbb0f9682df8.tar.gz |
Add bricks.js for masonry layout, fix password input
multi-column didn't do what I wanted. bricks.js does the masonry layout, I think left-to-right would be even better but we'll go with this.
Diffstat (limited to 'templates/gallery.crotmp')
-rw-r--r-- | templates/gallery.crotmp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/gallery.crotmp b/templates/gallery.crotmp index 2afe7e9..021b366 100644 --- a/templates/gallery.crotmp +++ b/templates/gallery.crotmp @@ -19,4 +19,6 @@ </@> </div> +<script type="text/javascript" src="/resources/js/bricks.js"></script> +<script type="text/javascript" src="/resources/js/gallery.js"></script> </|> |