- - - - {{ .Content }} - {{ range (.Paginator 5).Pages }} + {{ $paginator := .Scratch.Get "paginator" }} + {{ range $paginator.Pages }}
-
-

{{.Title}}

+
+

{{.Title}}

- {{ if .Params.Image }} -
{{ .Params.Title }}
+ {{ if .Params.Image }} +
{{ .Params.Title }}
+ {{end}} + +

{{ .Summary | safeHTML }}

+ {{ if .Truncated }} +
+ Read More… +
+ {{ end }} +
+
+
+ + {{ with .Params.Author }} +
person_outline By: {{ . }}
{{end}} -

{{ .Summary | safeHTML }}

- {{ if .Truncated }} - - {{ end }} -
-
-
- - {{ with .Params.Author }} -
person_outline By: {{ . }}
- {{end}} - - {{ if eq .Section "events" }} - {{ with .Params.EventDate }} -
event {{ . }}
- {{end}} - - {{ else }} - - {{ with .Params.Date }} -
event {{ .Format "January 2, 2006" }}
- {{end}} - {{end}} - - {{ if eq .Section "blog" }} -
timer Read Time: {{.ReadingTime}} minutes
- {{end}} - - {{ with .Params.Location }} -
location_on {{ . }}
- {{end}} - -
+ {{ if eq .Section "events" }} + {{ with .Params.EventDate }} +
event {{ . }}
+ {{end}} + + {{ else }} + + {{ with .Params.Date }} +
event {{ .Format "January 2, 2006" }}
+ {{end}} + {{end}} + + {{ if eq .Section "blog" }} +
timer Read Time: {{.ReadingTime}} minutes
+ {{end}} + + {{ with .Params.Location }} +
location_on {{ . }}
+ {{end}} +
+
{{ end }}
{{ template "_internal/pagination.html" . }} -
{{ partial "page-edit.html" . }}
-