commit a9aeec16b12f262a726ed1d7224da6be017bae49
parent 6b12a423f4affa819a8a53f6a434d7db14541d8e
Author: Pollux <pollux@pollux.codes>
Date: Fri, 24 Jan 2025 17:18:05 -0600
Fix page title formatting
Signed-off-by: Pollux <pollux@pollux.codes>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
@@ -1,7 +1,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <title>pollux codes{{ if not .IsHome }} | {{ replace .Title " " "_" | lower}}{{ end }}</title>
+ <title>pollux codes{{ if not .IsHome }} | {{ lower .Title }}{{ end }}</title>
<meta name="author" content="Pollux">
<meta name="description" content="The personal website of Pollux the fox. Join us for various shenanigans!">
<meta name="keywords" content="personal, furry, coding, astronomy">