From 49941762e9e50ef34a91e1639862819d1b6a144a Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Tue, 29 Aug 2017 04:02:31 +0800 Subject: [PATCH] Fix jekyll-github --- jekyll-github.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jekyll-github.md b/jekyll-github.md index 8546ef666..170c79746 100644 --- a/jekyll-github.md +++ b/jekyll-github.md @@ -37,7 +37,7 @@ GitHub Metadata ### Configuration ```yaml -whitelist: +plugins: - jekyll-github-metadata repository: username/project @@ -70,7 +70,7 @@ Gists ### Configuration ```yaml -whitelist: +plugins: - jekyll-gist ``` @@ -90,7 +90,7 @@ Mentions ### Configuration ```yaml -whitelist: +plugins: - jekyll-mentions ``` @@ -112,7 +112,7 @@ Redirects ### Configuration ```yaml -whitelist: +plugins: - jekyll-redirect-from ```