feat: Add dynamic page indicator to nav links.

-  add {currentPage} to front matter of page templates
This commit is contained in:
2025-08-30 19:46:32 -05:00
parent c7e69de42c
commit 95280b5973
9 changed files with 37 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ stylesheet:
- "/styles/header-footer.css"
- "/styles/gallery.css"
fontAwesome: "https://kit.fontawesome.com/c42448086d.js"
isLandingPage: false
currentPage: "gallery"
pageScripts:
- "/scripts/gallery-carousel.js"
- "/scripts/script.js"