Description
Have you checked that your issue isn't already filed?
- I read through FAQ and searched through the past issues, none of which addressed my issue.
- Yes, I have checked that this issue isn't already filed.
Bug description
in the CV page, the sidebar rendering is wrong for the active selected item.
How to reproduce the bug
First, thank you for creating this package. It makes website building a lot easier. The issue I am facing is the following.
In the page https://alshedivat.github.io/al-folio/cv/ if you click any of the items on the left sidebar, the rendering for the active selection is wrong. You can check also in developer mode of Google Chrome. For example, if you click "Publications", the "Certificates" would be active instead. You can check in the developer mode that the table item is:
<a class="nav-link active" href="#certificates-1">Certificates</a>
The behavior is that whenever you click an item in the sidebar, the above one will be highlighted and selected instead.
What operating system are you using?
Linux
Where are you seeing the problem on?
Running locally with Docker (docker compose), Deployed site
More info
No response