Under the content folder there are folders where I grouped my articles and inside each folder there are _index.md and markdown files with my articles.
The contents of these _index.md files are as follows (there are many folders, I only gave one example)
---
title: Webmaster Page
url: webmaster
---
What I want to do is to get the url: variable in the _index.md file in the folder where the markdown file is in single.html.
So for example I have an article under the content/webmaster folder. To show that this article is in the webmaster category, I take the url: parameter in the _index.md file under the webmaster folder and link to it. (I also need to get single.html)
Note: I disable Tags and Categories, I don’t use them.
If such a thing is possible, I would be very grateful if you could help me. If not, let me know in a reply and I will try to find other solutions myself.