title tweaks
This commit is contained in:
parent
4ccf9395a6
commit
0a2322e3c5
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue