From c1ee16dbc22e010e4dbe0c360030b072b3e81ecb Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 21 Jun 2024 22:32:43 -0400 Subject: [PATCH] And we just use hugo shortcodes directly --- content/posts/adding-content-to-taxonomy-terms/_index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/posts/adding-content-to-taxonomy-terms/_index.md b/content/posts/adding-content-to-taxonomy-terms/_index.md index 1b34377..0a41df0 100644 --- a/content/posts/adding-content-to-taxonomy-terms/_index.md +++ b/content/posts/adding-content-to-taxonomy-terms/_index.md @@ -114,5 +114,11 @@ The final template looks like this. ## Now what? We've got a nice looking series page now: -![[series-display-screenshot.png]] + +{{< figure + src="series-display-screenshot.png" + alt="Screenshot of a website with four links to blog posts connected as a series" + caption="" +>}} + The next steps are to start filling out my series pages and writing about my projects. This actually clears out the outstanding list of projects I had for the blog, so I don't have any big structural stuff to do. \ No newline at end of file