From b37b6139ee6397691c44a9fec2625f9c16e4625a Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 25 Oct 2017 11:04:52 +0200 Subject: [PATCH] Revert "Fix the well-known directory inclusion" This reverts commit fc6c7c1f17881f828e89cbb0f4d25916c8f2b096. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 1457760..79ee359 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ name: Gergely Polonkai paginate: 10 paginate_path: "/blog/page/:num" exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'CNAME', ".hyde.el"] -include: ['.well-known/keybase.txt'] +include: ['.well-known'] plugins: - jekyll-gist - jekyll-paginate