-
- {{ if .Draft }}(Draft) {{ end }}{{ .Title }}
-
- {{ if eq .Date.IsZero false }}
-
- {{ end }}
- {{ if (and (eq .Lastmod.IsZero false) (ne .Lastmod .Date)) }}
- (updated)
- {{ end }}
-
-
- {{/* Spacing is weird if we don't include this */}}
-
+
+ {{ end }}
+ {{ end }}
{{ end }}
{{ end }}
- {{ .Summary }} -
- {{ if .Truncated }} - Read More… + {{ if gt (len .Sections) 0 }} +Categories
+-
+ {{ range .Sections }}
+
- {{ .Title }} + {{ end }} +
All Posts
+ {{ end }} + {{ $cs := .CurrentSection }} + {{ with $cs }} + {{ range (where .Site.RegularPages "Section" .Section) }} + {{ if .IsDescendant $cs }} +
+
+ {{ if .Draft }}(Draft) {{ end }}{{ .Title }}
+
+ {{ if eq .Date.IsZero false }}
+
+ {{ end }}
+ {{ if (and (eq .Lastmod.IsZero false) (ne .Lastmod .Date)) }}
+ (updated)
{{ end }}
-
+
+ {{/* Spacing is weird if we don't include this */}}
+
+ + {{ .Summary }} +
+ {{ if .Truncated }} + Read More… + {{ end }} +