{{define "head" -}} {{.Title}} — tjp.lol {{with index .Meta "description" -}} {{end -}} {{if eq (printf "%.7s" .URL) "/weblog" -}} {{end -}}
{{end}} {{define "header" -}}

~tjp $_

{{if eq .OutputPath "index.html" -}}

Elder millennial in Salt Lake City, Utah.

{{end -}}
{{end}} {{define "footer" -}}
{{end}} {{define "markdown/fenced_code_block" -}}
{{if .HighlightedContent}}{{.HighlightedContent}}{{else}}{{.Content}}{{end}}
{{end}} {{define "page" -}} {{template "head" .}} {{template "header" .}}
{{joinSections .Sections}}
{{template "footer" .}} {{end}} {{define "weblog" -}} {{template "head" .}} {{template "header" .}} {{$post_date := or (index .Meta "post_date") .ModTime -}}

← weblog  / 

{{- $sawH1 := false}} {{- $lede := true}} {{- range .Sections}} {{- if and $sawH1 $lede -}}
{{.}}
{{- $lede = false}} {{- else}} {{- .}} {{- if eq (printf "%.3s" .) "
{{template "footer" .}} {{end}} {{define "notes/index" -}} {{template "page" .}} {{end}} {{define "notes" -}} {{template "head" .}} {{template "header" .}}

← notes

{{joinSections .Sections}}
{{template "footer" .}} {{end}}