logo

blog

My website can't be that messy, right? git clone https://anongit.hacktivis.me/git/blog.git/
commit: 06d5128b0aa8818b1275d44b1dc80391b7afaf92
parent a991b73f00160d272908e3da9a09515806d1d494
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 10 Apr 2025 20:33:28 +0200

Revert "April 09, the CSS Front Fell Off"

This reverts commit 1725095f0aa11aa078ad281ec421e0805d86d66c.

Diffstat:

Mtemplates/en/nav.shtml2+-
Mtemplates/en/nav.xsl2+-
Mtemplates/head.shtml3+--
Mtemplates/head.xml3+--
4 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/templates/en/nav.shtml b/templates/en/nav.shtml @@ -1,4 +1,4 @@ - <header>April 09, the CSS Front Fell Off (cf. <a href="https://css-naked-day.org/">CSS Naked Day</a>)</header> + <header>I, too, "value your privacy" but unlike most I think it is priceless and fundamental. <a href="/privacy%20policy">Privacy Policy</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>April 09, the CSS Front Fell Off (cf. <a href="https://css-naked-day.org/">CSS Naked Day</a>)</header> + <header>I, too, "value your privacy" but unlike most I think it is priceless and fundamental. <a href="/privacy%20policy">Privacy Policy</a></header> <nav><details open=""> <summary>Links</summary> <ul> diff --git a/templates/head.shtml b/templates/head.shtml @@ -1,6 +1,5 @@ <meta charset="utf-8"/> - <!--<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024050801"/>--> - <meta name="color-scheme" content="dark light" /> + <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024050801"/> <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,6 @@ <xml> <meta charset="utf-8"/> - <!--<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024050801"/>--> - <meta name="color-scheme" content="dark light" /> + <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024050801"/> <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"/>