aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 2384984..aa2bb11 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,14 +2,5 @@
{{ partial "header.html" . }}
<main>
{{ .Content }}
- <hr />
- <h2>Recent Posts</h2>
- <ul>
- {{ range (where .Site.Pages "Section" "blog") }}
- {{ range .Pages }}
- <li><a href="{{ .Permalink }}">{{.Date.Format "Jan 2, 2006"}} - {{ .Name }}</a></li>
- {{ end }}
- {{ end }}
- </ul>
</main>
{{ partial "footer.html" . }}