Fix jekyll-github

This commit is contained in:
Rico Sta. Cruz 2017-08-29 04:02:31 +08:00
parent 1c6fcf9968
commit 49941762e9
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 4 additions and 4 deletions

View File

@ -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
```