diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-16 16:33:49 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-16 16:33:49 +0200 |
commit | 0971b2e59594e3067d113b49f5a7c5e71293a3e9 (patch) | |
tree | a17cd55139435064fdcdbc4bf3094e8db65f2784 /src/www | |
parent | 951d990eb87727c074cd12792597a3edb3a63e4b (diff) |
Fix bad typography
Diffstat (limited to 'src/www')
-rw-r--r-- | src/www/index.gsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/index.gsp b/src/www/index.gsp index 886fea2..059ccf6 100644 --- a/src/www/index.gsp +++ b/src/www/index.gsp @@ -63,7 +63,7 @@ html lang="en" { ul { li { NEWTAB href="https://cat-v.org" {= - @cite{-Cat -v} — @q{-The Internet is not for sissies.} + @cite{-Cat -v} – ‘The Internet is not for sissies’ } } li { @@ -148,4 +148,4 @@ html lang="en" { footer { FOOT } } -} +}
\ No newline at end of file |