{{- $title := $.Site.Title -}} {{- if not .IsHome -}}{{ $title = printf "%s, %s" (partial "page-title.txt" .) $.Site.Title }}{{ end -}} {{- $modified := .Lastmod -}} {{- if .IsHome }}{{ with getenv "HUGO_LAST_UPDATE_TIME" }}{{ $modified = time . }}{{ end }}{{ end -}} {{ with partial "shortlink.txt" . -}} {{- end }} {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type (partial "noindex.gmi" .Permalink) (printf "%s (%s)" $title (partial "alternatename.txt" .Name)) | safeHTML }} {{ end }} {{/* IndieWeb */}} {{ with getenv "HUGO_INDIEKIT_URL" }} {{ end }} {{ block "title" . -}}