commit: 3ed07ac3bfa23810faaa31c43160a2c803a977cf
parent 6cef958cebc5e899e7420e7f9b610a7a70e32c44
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 17 Sep 2025 07:52:09 +0200
build.ninja: prefix css/colorscheme.sh with "sh"
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.ninja b/build.ninja
@@ -27,7 +27,7 @@ rule gzip
   command = gzip -k -f --best -c $in > $out && touch $out
 
 rule colorscheme
-  command = css/colorscheme.sh <$in >$out
+  command = sh css/colorscheme.sh <$in >$out
 
 include config.ninja
 
diff --git a/templates/head.shtml b/templates/head.shtml
@@ -1,6 +1,6 @@
 		<meta charset="utf-8"/>
 		<meta name="color-scheme" content="dark light" />
-		<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2025091700"/>
+		<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2025091701"/>
 		<meta name="viewport" content="width=device-width, initial-scale=1"/>
 		<link rel="vcs-git" href="https://hacktivis.me/git/blog/"/>
 		<link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/>
diff --git a/templates/head.xml b/templates/head.xml
@@ -1,7 +1,7 @@
 <xml>
 	<meta charset="utf-8"/>
 	<meta name="color-scheme" content="dark light" />
-	<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2025091700"/>
+	<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2025091701"/>
 	<meta name="viewport" content="width=device-width, initial-scale=1"/>
 	<link rel="vcs-git" href="https://hacktivis.me/git/blog/"/>
 	<link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/>