From 9e1e7783b385b670bec774cbad604fbf4581d079 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 14 Nov 2020 11:03:12 -0300 Subject: 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. --- categorias.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'categorias.md') diff --git a/categorias.md b/categorias.md index 2c0afe4..7b9300d 100644 --- a/categorias.md +++ b/categorias.md @@ -10,4 +10,4 @@ ref: categories --- -{% include categories.html %} +{% include categories.html kind="articles" %} -- cgit v1.2.3