I want to get the name of the folder inside of this list.html file and change the page’s title. Could you help me with that? I want the title to be different for every list. For example, if it is Canada, I want it to be: “Student Stories | Canada”, if it is the Netherlands, I want the title to be “Student Stories | Netherlands”
1st use different directories ./canada ./netherlands etc… use {{.section}} in the title
2nd set a parameter in frontmatter country: “Netherlands” and use {{.param.country}}
3rd a lot more