diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 12b1bb123c5..bc406e6c3ac 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -33,55 +33,7 @@ {{ .Content }} - {{ range (.Paginator 5).Pages }} -
-
-

{{.Title}}

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

{{ .Summary | safeHTML }}

- {{ if .Truncated }} -
- Read More… -
- {{ 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}} - -
-
-
- {{ end }} - {{ template "_internal/pagination.html" . }} {{ partial "breadcrumbs.html" . }}