diff --git a/content/blog/_index.md b/content/blog/_index.md
index 2eef5165..f3ad8725 100644
--- a/content/blog/_index.md
+++ b/content/blog/_index.md
@@ -1,5 +1,5 @@
---
-title: "davegallant.ca — Blog"
+title: Blog
---
-[RSS Feed](https://davegallant.ca/index.xml)
+Subscribe via [RSS](https://davegallant.ca/index.xml).
diff --git a/themes/hugo-theme-gruvbox/layouts/partials/post-list.html b/themes/hugo-theme-gruvbox/layouts/partials/post-list.html
index 8da8a318..f3a9debb 100644
--- a/themes/hugo-theme-gruvbox/layouts/partials/post-list.html
+++ b/themes/hugo-theme-gruvbox/layouts/partials/post-list.html
@@ -1,24 +1,12 @@
{{ range $pageIndex, $page := .Pages }}
{{ .Title | markdownify }}
-
+
{{ partial "post-meta.html" (dict "page" . "pageIndex" $pageIndex) }}
+