diff --git a/content/posts/the-slash-page-scoop/index.md b/content/posts/the-slash-page-scoop/index.md
index db8ad69..1d8d882 100644
--- a/content/posts/the-slash-page-scoop/index.md
+++ b/content/posts/the-slash-page-scoop/index.md
@@ -135,7 +135,7 @@ So instead of rendering the `description` I defined in the front matter the arch
> *My collection of [slash pages](https://slashpages.net).*
-While I'm at it, I'd like for the posts themselves to be listed in alphabetical order rather than sorted by date. So here's how the rest of my existing `archive.html` partial template handles displaying posts:
+While I'm at it, I'd like for the slash pages themselves to be listed in alphabetical order rather than sorted by date (like everything else on the site). The rest of my `layouts/partials/archive.html` already handles a few different ways of displaying lists of content:
```jinja-html
# torchlight! {"lineNumbers":true}
@@ -161,18 +161,18 @@ While I'm at it, I'd like for the posts themselves to be listed in alphabetical
{{ .Title | markdownify }}