From b1e702a34a08f2462d2cdf21cb66d722d54bc5a3 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Tue, 20 Aug 2024 11:11:19 +0200 Subject: [PATCH] added water css --- haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haunt.scm b/haunt.scm index c9c3e36..1b9c05f 100644 --- a/haunt.scm +++ b/haunt.scm @@ -55,7 +55,7 @@ (meta (@ (charset "utf-8"))) (title ,(string-append title " --- " (site-title site))) (link (@ (rel "stylesheet") - (href ,(string-append "assets/pico/css/pico.jade.min.css"))))) + (href ,(string-append "https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"))))) (body (header (div (@ (class "nav"))