fix _index.md path

This commit is contained in:
welpo 2024-11-06 21:35:51 +01:00
parent b7db05be84
commit 52bc6261fc
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6

View file

@ -109,7 +109,7 @@ The series main page displays an overview followed by a list of all posts in the
## Jump to Posts
If the content of a series (the Markdown after the front matter in `index.md`) is over 2000 characters, a "Jump to posts" link appears next to the series title.
If the content of a series (the Markdown after the front matter in `_index.md`) is over 2000 characters, a "Jump to posts" link appears next to the series title.
{{ dual_theme_image(light_src="blog/series/img/jump_to_series_posts_light.webp", dark_src="blog/series/img/jump_to_series_posts_dark.webp" alt="jump to series posts link") }}