diff options
| author | EuAndreh <eu@euandre.org> | 2020-11-14 11:03:12 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-11-14 11:11:12 -0300 |
| commit | 9e1e7783b385b670bec774cbad604fbf4581d079 (patch) | |
| tree | b2e27ebf3d7d2ae36a2c795a09ff617e47bea8f2 /_articles/2020-10-19-feature-flags-differences-between-backend-frontend-and-mobile.md | |
| parent | Indent code of plaintext generator (diff) | |
| download | euandre.org-9e1e7783b385b670bec774cbad604fbf4581d079.tar.gz euandre.org-9e1e7783b385b670bec774cbad604fbf4581d079.tar.xz | |
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.
Diffstat (limited to '')
| -rw-r--r-- | _articles/2020-10-19-feature-flags-differences-between-backend-frontend-and-mobile.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_articles/2020-10-19-feature-flags-differences-between-backend-frontend-and-mobile.md b/_articles/2020-10-19-feature-flags-differences-between-backend-frontend-and-mobile.md index 49b8dd3..c62c2d1 100644 --- a/_articles/2020-10-19-feature-flags-differences-between-backend-frontend-and-mobile.md +++ b/_articles/2020-10-19-feature-flags-differences-between-backend-frontend-and-mobile.md @@ -5,7 +5,7 @@ updated_at: 2020-11-03 layout: post lang: en ref: feature-flags-differences-between-backend-frontend-and-mobile -category: presentation +eu_categories: presentation --- *This article is derived from a [presentation][presentation] on the same |
