commit: 1725095f0aa11aa078ad281ec421e0805d86d66c
parent 45cdd5bd689ca17178b09303ccfca4eb3a500fc4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  9 Apr 2025 11:04:17 +0200
April 09, the CSS Front Fell Off
Diffstat:
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/templates/en/nav.shtml b/templates/en/nav.shtml
@@ -1,4 +1,4 @@
-		<header>I, too, "value your privacy" but unlike most I think it is priceless and fundamental. <a href="/privacy%20policy">Privacy Policy</a></header>
+		<header>April 09, the CSS Front Fell Off (cf. <a href="https://css-naked-day.org/">CSS Naked Day</a>)</header>
 		<nav><details open="">
 			<summary>Links</summary>
 			<ul>
diff --git a/templates/en/nav.xsl b/templates/en/nav.xsl
@@ -5,7 +5,7 @@
 
 	<xsl:param name="feedURL"/>
 	<xsl:template name="nav">
-		<header>I, too, "value your privacy" but unlike most I think it is priceless and fundamental. <a href="/privacy%20policy">Privacy Policy</a></header>
+		<header>April 09, the CSS Front Fell Off (cf. <a href="https://css-naked-day.org/">CSS Naked Day</a>)</header>
 		<nav><details open="">
 			<summary>Links</summary>
 			<ul>
diff --git a/templates/head.shtml b/templates/head.shtml
@@ -1,5 +1,6 @@
 		<meta charset="utf-8"/>
-		<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024050801"/>
+		<!--<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024050801"/>-->
+		<meta name="color-scheme" content="dark light" />
 		<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,6 +1,7 @@
 <xml>
 	<meta charset="utf-8"/>
-	<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024050801"/>
+	<!--<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024050801"/>-->
+	<meta name="color-scheme" content="dark light" />
 	<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"/>