diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index b29646a..b428d29 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,35 +1,35 @@
{{ define "singlebody" }}
-{{ $currentNode := . }}
-{{ $currentDir := "" }}
-{{ with .File }}
-{{ $currentDir = .Dir }}
-{{ end }}
-{{ $currentFile := (printf "/%s" .File) }}
-
-
Sitemap⁄{{ substr $.Site.Title 0 1 }}{{ substr $.Site.Title 1 }} ({{ $currentDir }})
-
-{{ $s := partialCached "scratch.html" . }}
-{{ $noTriad := (slice) }}
-{{ range $p := .Site.RegularPages }}
-{{ $scratch := $s.Get (printf "/%s" $p.File) }}
-{{ if eq $scratch.depth "core" }}
-
- {{ range $coreKid := $scratch.has_children }}
-
- {{ end }}
- {{ else if not (in (slice "core" "mantle" "crust") $scratch.depth)}}
- {{ $noTriad = $noTriad | append $p }}
- {{ else }}
-
+ {{ $currentNode := . }}
+ {{ $currentDir := "" }}
+ {{ with .File }}
+ {{ $currentDir = .Dir }}
+ {{ end }}
+ {{ $currentFile := (printf "/%s" .File) }}
+
+ Sitemap⁄{{ substr $.Site.Title 0 1 }}{{ substr $.Site.Title 1 }} ({{ $currentDir }})
+
+ {{ $s := partialCached "scratch.html" . }}
+ {{ $noTriad := (slice) }}
+ {{ range $p := .Site.RegularPages }}
+ {{ $scratch := $s.Get (printf "/%s" $p.File) }}
+ {{ if eq $scratch.depth "core" }}
+
+ {{ range $coreKid := $scratch.has_children }}
+
+ {{ end }}
+ {{ else if not (in (slice "core" "mantle" "crust") $scratch.depth)}}
+ {{ $noTriad = $noTriad | append $p }}
+ {{ else }}
+
+ {{ end }}
+ {{ end }}
+ {{ range $noTriad }}
+
{{ end }}
- {{ end }}
- {{ range $noTriad }}
-
- {{ end }}
{{ end }}