From c23393ef48233272389ad408efb56177d4017801 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 21 Jun 2024 23:22:21 -0400 Subject: [PATCH] Cleaning up links --- content/posts/filtering-hugo-pages-by-type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/filtering-hugo-pages-by-type.md b/content/posts/filtering-hugo-pages-by-type.md index d3419a5..6baee48 100644 --- a/content/posts/filtering-hugo-pages-by-type.md +++ b/content/posts/filtering-hugo-pages-by-type.md @@ -17,7 +17,7 @@ tags: --- ## What am I Doing? -As part of my effort to beautify my [series](/notes/series-and-navigation/) features, I'm trying to set up a landing page where I can add arbitrary markdown content. You can see an example of one of these pages [here](/series/blogging-with-quartz). +As part of my effort to beautify my series features, I'm trying to set up a landing page where I can add arbitrary markdown content. You can see an example of one of these pages [here](/series/blogging-with-quartz). Being able to embed some graphics and write short summaries of each series would be nice, so I've been experimenting with adding `_index.md` and `index.md` files at various places. ## Why doesn't it work?