From 28c371c11dc14f2149b893f0016f9d88cd9365ce Mon Sep 17 00:00:00 2001 From: John Manoogian III Date: Fri, 5 Jul 2019 23:18:03 -0700 Subject: [PATCH] typo: fix category/categories in frontmatter --- content/learnings/aws-amplify-console-ci-cd-pipeline.md | 2 +- content/learnings/comments-in-hugo-templates.md | 2 +- content/learnings/css-grid-area-slash-shortcuts.md | 2 +- content/learnings/emoji-css-class-names.md | 2 +- content/learnings/flexbox-one-dimension.md | 2 +- content/learnings/inlining-svg.md | 2 +- content/learnings/native-css-variables.md | 2 +- content/learnings/splice-arrays.md | 2 +- content/learnings/webm-video-containers.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/learnings/aws-amplify-console-ci-cd-pipeline.md b/content/learnings/aws-amplify-console-ci-cd-pipeline.md index 2f11c49..6a8300b 100644 --- a/content/learnings/aws-amplify-console-ci-cd-pipeline.md +++ b/content/learnings/aws-amplify-console-ci-cd-pipeline.md @@ -4,7 +4,7 @@ tags: [code, command line, tools] goal: Front-End Engineering date: 2019-06-08 summary: glue to unify the AWS service zoo for front-end devs -category: code +categories: code --- diff --git a/content/learnings/comments-in-hugo-templates.md b/content/learnings/comments-in-hugo-templates.md index 45bbbbe..9c80e51 100644 --- a/content/learnings/comments-in-hugo-templates.md +++ b/content/learnings/comments-in-hugo-templates.md @@ -4,7 +4,7 @@ summary: without being stripped out by the processor tags: [ code, Hugo, Debugging] date: 2019-06-19 goal: Front-End Engineering -category: code +categories: code --- diff --git a/content/learnings/css-grid-area-slash-shortcuts.md b/content/learnings/css-grid-area-slash-shortcuts.md index 9b3f343..c486091 100644 --- a/content/learnings/css-grid-area-slash-shortcuts.md +++ b/content/learnings/css-grid-area-slash-shortcuts.md @@ -4,7 +4,7 @@ tags: [code, CSS3, Grid] goal: Front-End Engineering date: 2019-06-14 summary: Because who has time to type all this stuff out? -category: code +categories: code --- diff --git a/content/learnings/emoji-css-class-names.md b/content/learnings/emoji-css-class-names.md index d0ff039..752353d 100644 --- a/content/learnings/emoji-css-class-names.md +++ b/content/learnings/emoji-css-class-names.md @@ -4,7 +4,7 @@ summary: " πŸ˜‚" tags: [code, CSS3] goal: Front-End Engineering date: 2019-06-17 -category: code +categories: code --- diff --git a/content/learnings/flexbox-one-dimension.md b/content/learnings/flexbox-one-dimension.md index 82baae3..0477dcc 100644 --- a/content/learnings/flexbox-one-dimension.md +++ b/content/learnings/flexbox-one-dimension.md @@ -4,7 +4,7 @@ summary: one-dimensional (linear) layouts tags: [code, CSS3] date: 2019-06-01 goal: Front-End Engineering -category: code +categories: code --- diff --git a/content/learnings/inlining-svg.md b/content/learnings/inlining-svg.md index eda8fc3..591928f 100644 --- a/content/learnings/inlining-svg.md +++ b/content/learnings/inlining-svg.md @@ -4,7 +4,7 @@ summary: Save a network call and gain styling benefits tags: [ code, HTML5 ] date: 2019-06-16 goal: Front-End Engineering -category: code +categories: code --- diff --git a/content/learnings/native-css-variables.md b/content/learnings/native-css-variables.md index cfda1e7..200d83b 100644 --- a/content/learnings/native-css-variables.md +++ b/content/learnings/native-css-variables.md @@ -4,7 +4,7 @@ tags: [code, CSS3, Color] goal: Front-End Engineering summary: CSS now has variables β€”Β it only took 20 years! 😲 date: 2019-06-08 -category: code +categories: code --- diff --git a/content/learnings/splice-arrays.md b/content/learnings/splice-arrays.md index 6353056..fdf2879 100644 --- a/content/learnings/splice-arrays.md +++ b/content/learnings/splice-arrays.md @@ -4,7 +4,7 @@ tags: [code, Javascript] goal: Front-End Engineering date: 2019-06-01 summary: The swiss-army knife of arrays -category: code +categories: code --- diff --git a/content/learnings/webm-video-containers.md b/content/learnings/webm-video-containers.md index 748cdec..b709ef4 100644 --- a/content/learnings/webm-video-containers.md +++ b/content/learnings/webm-video-containers.md @@ -4,7 +4,7 @@ tags: [code, Flinto, tools] goal: Front-End Engineering date: 2019-06-04 summary: An open source container video format -category: code +categories: code ---