aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-03-23 11:15:19 -0500
committerMichael Hunteman <michael@huntm.net>2023-03-23 17:33:48 -0500
commit1dc8d822345f5656b3eb0aedc6f9cb573e62685e (patch)
treed26a251264640df04faf1d8c71656812d31eccd0 /layouts
parent9de9c85ce46485cb19c0b9c5f4a03316b41f6050 (diff)
index.html: remove recent posts
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" . }}