From e75c43743f9e8d05a613da4dc5c6aeb9ac724f32 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 13 Oct 2017 01:09:18 +0800 Subject: [PATCH] Update featured list --- css-antialias.md | 1 - enzyme.md | 1 + go.md | 1 + jekyll.md | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css-antialias.md b/css-antialias.md index 8268bd94a84..f35e5bb6b15 100644 --- a/css-antialias.md +++ b/css-antialias.md @@ -2,7 +2,6 @@ title: CSS antialiasing category: CSS layout: 2017/sheet -tags: [Featured] updated: 2017-08-26 intro: | Here's a 4-line snippet on how to get beautiful, antialiased text with CSS. diff --git a/enzyme.md b/enzyme.md index 8b1ed5c107a..6be81fadd2f 100644 --- a/enzyme.md +++ b/enzyme.md @@ -3,6 +3,7 @@ title: Enzyme category: React layout: 2017/sheet updated: 2017-10-12 +tags: [Featured] weight: -1 intro: | [Enzyme](http://airbnb.io/enzyme) lets you write unit tests for React components. This guide covers Enzyme 3.x. diff --git a/go.md b/go.md index e75df5d0c95..d4f5d5654a0 100644 --- a/go.md +++ b/go.md @@ -3,6 +3,7 @@ title: Go layout: 2017/sheet prism_languages: [go, bash] weight: -3 +tags: [Featured] updated: 2017-09-15 --- diff --git a/jekyll.md b/jekyll.md index 5cf8187ccb4..e400bafc331 100644 --- a/jekyll.md +++ b/jekyll.md @@ -2,7 +2,6 @@ title: Jekyll jekyll_escape: true layout: 2017/sheet -tags: [Featured] prism_languages: [bash, yaml, ruby] category: Jekyll updated: 2017-09-01