diff --git a/layouts/blog/section.html b/layouts/blog/section.html deleted file mode 100644 index cbeedb9..0000000 --- a/layouts/blog/section.html +++ /dev/null @@ -1,24 +0,0 @@ -{{ define "page" }} - -

{{ .Title }}

-

{{ .Content }}

-

Latest posts

- {{ range .Pages }} -
-

{{ .Title }}

-
- - {{- if .Site.Params.Display.ReadingTime -}} -
• {{ partial "reading-time.html" . }}
- {{- end -}} - {{- if and .Site.Params.Display.Author .Page.Params.Author -}} -
• by {{ .Page.Params.Author }}
- {{- end -}} -
- -
{{ .Summary }}
- Read more → -
- {{ end }} -
-{{ end }} \ No newline at end of file