Open ddomdel opened 2 years ago
Is it possible to create a new placeholder which "sees" the frontmatter of a post under a category?
Because, currently, I can only access the :name placeholder, as you can see below in the permalinks
:name
permalinks
My goal is to make the /categories/ in the /categories/:name dynamic. In this case, accessing a frontmatter from a post.
/categories/
/categories/:name
jekyll-archives: enabled: - categories - tags layouts: category: archive-taxonomy tag: archive-taxonomy permalinks: category: /categories/:name/ tag: /tags/:name/
Is it possible to create a new placeholder which "sees" the frontmatter of a post under a category?
Because, currently, I can only access the
:name
placeholder, as you can see below in thepermalinks
My goal is to make the
/categories/
in the/categories/:name
dynamic. In this case, accessing a frontmatter from a post.