From 1ac31ef10cc799f3cb7fc94d34178290a4e8dc00 Mon Sep 17 00:00:00 2001 From: Andinus Date: Fri, 10 Jun 2022 00:30:39 +0530 Subject: CSS & Image Optimzations, Print password - Prints password required to access. - will-change lets the browser prepare for those changes in advance. - loading="lazy" enables lazy loading on images. - column-fill: balance -- not an optimization. --- lib/Crater/Service.rakumod | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Crater/Service.rakumod') diff --git a/lib/Crater/Service.rakumod b/lib/Crater/Service.rakumod index c0bdd7a..657d77b 100644 --- a/lib/Crater/Service.rakumod +++ b/lib/Crater/Service.rakumod @@ -17,6 +17,7 @@ sub MAIN( ) is export { put "Initialized: {now - INIT now}"; put "Gallery: {$directory.absolute}"; + put "Password: $password"; my %conf = from-toml($config.slurp); %conf //= %*ENV; -- cgit 1.4.1-2-gfad0