fix remaining links

This commit is contained in:
queue-miscreant 2025-08-08 04:25:11 -05:00
parent e30024cbd5
commit e693e840ae
2 changed files with 10 additions and 10 deletions

View File

@ -154,7 +154,7 @@ website:
style: "floating" style: "floating"
contents: contents:
- section: "Exploring Finite Fields" - section: "Exploring Finite Fields"
href: ./posts/finite-field/index.qmd href: ./posts/math/finite-field/index.qmd
contents: contents:
- text: "Part 1: Preliminaries" - text: "Part 1: Preliminaries"
href: ./posts/math/finite-field/1/index.qmd href: ./posts/math/finite-field/1/index.qmd

View File

@ -2,14 +2,14 @@
title: "Posts by topic" title: "Posts by topic"
listing: listing:
contents: contents:
- /posts/math/polycount/index.* - polycount/index.*
- /posts/math/pentagons/index.* - pentagons/index.*
- /posts/math/chebyshev/index.* - chebyshev/index.*
- /posts/math/stereo/index.* - stereo/index.*
- /posts/math/permutations/index.* - permutations/index.*
- /posts/math/type-algebra/index.* - type-algebra/index.*
- /posts/math/number-number/index.* - number-number/index.*
- /posts/math/finite-field/index.* - finite-field/index.*
- /posts/math/misc/*/index.* - misc/*/index.*
sort: false sort: false
--- ---