feat: Add dynamic page indicator to nav links.
- add {currentPage} to front matter of page templates
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
{% include "header.html" %}
|
||||
{% include "header.njk" %}
|
||||
|
||||
<main>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
</main>
|
||||
|
||||
{% include "footer.html" %}
|
||||
{% include "footer.njk" %}
|
||||
|
||||
<!-- <a href="https://www.svgbackgrounds.com/set/free-svg-backgrounds-and-patterns/">Free SVG Backgrounds and Patterns by SVGBackgrounds.com</a> -->
|
||||
|
||||
|
Reference in New Issue
Block a user