- - {{ .Title }} - -
-
-
-
-
- {{range first 20 $section}}
-
- - - {{- .Title -}} - - - {{end}} - {{if ge $number_of_entries 20}} -
- - - See More » - - - {{end}} -
+
+
+ {{template "details" .}}
-
- {{ $img := (.Resources.ByType "image").GetMatch "*featured*" }}
- {{ with $img }}
- {{ $img := .Resize "940x" }}
-
- {{ end }}
- {{with .Content}}
-
- {{/* bottom row */}}
-
- {{- . -}}
-
- {{end}}
+
+
+ {{template "main-column" .}}
-
+
+
+ {{ end }}
+ {{with .Content}}
+
{{/* bottom row */}}
Last Update: {{ .Lastmod.Format "January 2, 2006" }}
{{ partial "page-edit.html" . }}
+
{{ end }}
+
+
+
+{{define "main-column"}}
+ {{ $img := (.Resources.ByType "image").GetMatch "*featured*" }}
+ {{ with $img }}
+ {{ $img := .Resize "940x" }}
+ {{ partial "page-edit.html" . }}
+ {{- . -}}
+
+ {{end}}
+{{end}}
+
+{{define "details"}}
+
+
+{{end}}
+
+{{define "navigation"}}
+ {{$section := where .Site.RegularPages "Section" .Section}}
+ {{$number_of_entries := $section | len}}
+
+
+ {{.Title}}
+ {{ with .Params.siteURL }} + {{ . | replaceRE "^https?://([^/]+).*" "$1"}} {{ partial "svg/link-ext.svg" (dict "size" "10") }} + {{ end }} + {{ with .Params.siteSource }} + source {{ partial "svg/link-ext.svg" (dict "size" "10") }} + {{ end }} + {{ $bio := (.Resources.ByType "page").GetMatch "bio*" }} + {{ with $bio }} +
+ {{- .Content -}}
+
+ {{ end }}
+
+
+ Previous/Next
+ {{- partial "previous-next-links-in-section-with-title.html" . -}}
+ -
+
- + More Sites + + {{range first 20 $section}} +
- + + {{- .Title -}} + + + {{end}} + {{if ge $number_of_entries 20}} +
- + + See More » + + + {{end}} +