diff --git a/Readme.md b/Readme.md index b0e366a95..a2802c19b 100644 --- a/Readme.md +++ b/Readme.md @@ -38,6 +38,6 @@ title: React.js category: React layout: 2017/sheet # 'default' | '2017/sheet' ads: false # Add this to disable ads -updated: 201708 # To show in the updated list +updated: 201708 # To show in the updated list (update _config.yml) --- ``` diff --git a/_layouts/2017/home.html b/_layouts/2017/home.html index 746d991e9..54b833502 100644 --- a/_layouts/2017/home.html +++ b/_layouts/2017/home.html @@ -36,7 +36,9 @@ type: website {% for page in site.pages %} {% if page.updated >= site.last_updated %} - {% include 2017/pages-list-item.html page=page class='article item' %} + {% unless page.tags contains 'Featured' %} + {% include 2017/pages-list-item.html page=page class='article item' %} + {% endunless %} {% endif %} {% endfor %} diff --git a/bash.md b/bash.md index acdf2f873..90dc9bfd5 100644 --- a/bash.md +++ b/bash.md @@ -3,6 +3,7 @@ title: Bash scripting category: CLI layout: 2017/sheet tags: [Featured] +updated: 201708 --- Getting started diff --git a/css-antialias.md b/css-antialias.md index 34c9464fb..59fc3ac00 100644 --- a/css-antialias.md +++ b/css-antialias.md @@ -3,6 +3,7 @@ title: CSS antialiasing category: CSS layout: 2017/sheet tags: [Featured] +updated: 201708 --- ### Antialias diff --git a/es6.md b/es6.md index 912e946cf..d4736d4c7 100644 --- a/es6.md +++ b/es6.md @@ -3,6 +3,7 @@ title: ES2015+ category: JavaScript layout: 2017/sheet tags: [Featured] +updated: 201708 --- ### Promises diff --git a/jekyll-github.md b/jekyll-github.md index 4a4e20f43..8546ef666 100644 --- a/jekyll-github.md +++ b/jekyll-github.md @@ -3,6 +3,7 @@ title: Jekyll for GitHub pages layout: 2017/sheet category: Jekyll tags: [WIP] +updated: 201708 --- {% raw %} diff --git a/jekyll.md b/jekyll.md index bda42bb92..e819293a5 100644 --- a/jekyll.md +++ b/jekyll.md @@ -4,6 +4,7 @@ jekyll_escape: true layout: 2017/sheet tags: [Featured] category: Jekyll +updated: 201708 --- {% raw %} diff --git a/react.md b/react.md index f8a5b7b68..114bc3012 100644 --- a/react.md +++ b/react.md @@ -4,6 +4,7 @@ category: React layout: 2017/sheet ads: true tags: [Featured] +updated: 201708 --- {%raw%} diff --git a/sass.md b/sass.md index 79f776e22..cf85b91b4 100644 --- a/sass.md +++ b/sass.md @@ -3,6 +3,7 @@ title: Sass category: CSS layout: 2017/sheet tags: [Featured] +updated: 201708 --- ## Basics diff --git a/vim.md b/vim.md index 71f1b5c31..0b5fa8453 100644 --- a/vim.md +++ b/vim.md @@ -3,6 +3,7 @@ title: Vim category: Vim layout: 2017/sheet tags: [Featured] +updated: 201708 --- Getting started