aboutsummaryrefslogtreecommitdiff
path: root/_includes/categories.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move images/ -> static/EuAndreh2020-12-191-1/+1
|
* 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 attributeEuAndreh2020-11-141-15/+15
| | | | | | | | | 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.
* _includes/categories.html: Allow articles with multiple comma-separated ↵EuAndreh2020-11-081-6/+12
| | | | categories
* Add basic categories page supportEuAndreh2020-10-101-0/+30