commit: 61647b71d89e3b420d1ce48379e2bb2100842ea5
parent 87bbb83d2a0c8c88b02cdfb1f71392b38b3a7515
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 17 Apr 2024 06:35:38 +0200
templates/en/nav: Make "value your privacy" statement clearer
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/en/nav.shtml b/templates/en/nav.shtml
@@ -1,4 +1,4 @@
- <header>Sorry, I do not value($$$) your privacy. :^) — <a href="/privacy%20policy">Privacy Policy</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
@@ -1,7 +1,7 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xml:space="preserve">
<xsl:param name="feedURL"/>
<xsl:template name="nav">
- <header>Sorry, I do not value($$$) your privacy. :^) — <a href="/privacy%20policy">Privacy Policy</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>