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