wires

summary refs log tree commit diff
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-04-01 13:09:12 -0400
committerwires <wires@noreply.wires.systems>2025-04-01 13:09:12 -0400
commit0a2322e3c5b1b06dbbf5f488d4050080c97d1e0e (patch)
tree69048b52cdef8adc12209350cb82cd4eb0607b17
parentmore little layout tweaks (diff)
downloadblog-0a2322e3c5b1b06dbbf5f488d4050080c97d1e0e.tar.gz
title tweaks
-rw-r--r--content/_index.md3
-rw-r--r--layouts/partials/head.html2
2 files changed, 4 insertions, 1 deletions
diff --git a/content/_index.md b/content/_index.md
index 7a53035..9ef7027 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,3 +1,6 @@
++++
+title = "home"
++++
 I'm a software engineer with an affinity for low level and functional
 programming. My favorite languages to work with are Zig, Rust, Erlang, and the
 venerable C. I want to build high performance and fault tolerant systems, and to
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e09b60c..4afa234 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -17,5 +17,5 @@
   {{- end }}
 {{- end }}
 {{ end }}
-<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
+<title>{{ printf "%s - %s" site.Title .Title }}</title>