diff --git a/content/posts/the-slash-page-scoop/index.md b/content/posts/the-slash-page-scoop/index.md index 3af1011..db8ad69 100644 --- a/content/posts/the-slash-page-scoop/index.md +++ b/content/posts/the-slash-page-scoop/index.md @@ -140,18 +140,20 @@ While I'm at it, I'd like for the posts themselves to be listed in alphabetical ```jinja-html # torchlight! {"lineNumbers":true} {{- if eq .Kind "taxonomy" }} - {{- if eq .Title "Tags" }} + {{- if eq .Title "Tags" }} + {{/* list of all tags */}}
{{- else }} + {{/* list of all categories */}} {{- range .Pages.ByDate.Reverse }} {{- $postDate := .Date.Format "2006-01-02" }} {{- $updateDate := .Lastmod.Format "2006-01-02" }} @@ -159,7 +161,7 @@ While I'm at it, I'd like for the posts themselves to be listed in alphabetical