Hello !
I created a changelog (displayed: "version x.y") in the footer of the skeleton/theme Ceevee. The "x.y" is an anchor link. When I click on it, it opens a pop-up with Magnific-popup.js.
The data is stored in partials/changelog.html.twig which is loaded in footer.html.twig.
What i'd like is to dynamically manage its content with Markdown in a file called changelog.md. The issue is that when i create this file in 01.home, i have an error saying that the template hasn't been found.
What did I do wrong?