diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/_config.yml b/_config.yml index ced1b92..1e57bc6 100644 --- a/_config.yml +++ b/_config.yml @@ -57,11 +57,11 @@ author:  # Plugins  plugins: -  - "jekyll-paginate"    - "octopress-autoprefixer"  # Exceptions  exclude: +  - ".*"    - "Gemfile"    - "Gemfile.lock"    - "LICENSE.txt" | 
