@@ -77,56 +126,57 @@ {{ $paginator := .Scratch.Get "paginator" }} {{ range $paginator.Pages }} -
-
-

{{.Title}}

+
+
+

{{.Title}}

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

{{ .Summary | safeHTML }}

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

{{ .Summary | safeHTML }}

- {{ if .Truncated }} -
- Read More… + {{ 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 }} -
-
-
+ {{end}} - {{ with .Params.Author }} -
person_outline By: {{ . }}
- {{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" . }} + {{ end }} +
+ {{ template "_internal/pagination.html" . }} -
{{ partial "page-edit.html" . }}
+
{{ partial "page-edit.html" . }}
-
-
-{{ end }} + +