Fix missing quotation mark (#6002)

Merge pull request 6002
This commit is contained in:
Adam Hollett 2017-04-03 01:28:29 -04:00 提交者 jekyllbot
父節點 55103132f9
當前提交 45b1f9e5ec
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -603,7 +603,7 @@ collections:
# Handling Reading
safe: false
include: [".htaccess"]
exclude: ["Gemfile", "Gemfile.lock", node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"]
exclude: ["Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"]
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"