aboutsummaryrefslogtreecommitdiff
path: root/_includes/categories.html (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace spaces by dashes in categories ids and linksEuAndreh2020-11-151-2/+2
* Include link to categories feeds on categories pagesEuAndreh2020-11-141-1/+5
* Use "eu_categories" frontmatter attribute...Jekyll treats names like "category" and "categories" differently, so I chose to name it "eu_categories" in order to avoid inheriting the special treatment, and have full control of what a category means and how it behaves. The _includes/category.html was changed to reflect that, with an extra coupled change that makes it not specific to articles, but any collection type. EuAndreh2020-11-141-15/+15
* _includes/categories.html: Allow articles with multiple comma-separated categ...EuAndreh2020-11-081-6/+12
* Add basic categories page supportEuAndreh2020-10-101-0/+30