From 3c70227e0607c35b97a5ff8e6d7a33d2b1dbd022 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Wed, 17 Oct 2018 18:51:46 -0400 Subject: [PATCH] Support the .well-known directory in Jekyll --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index ff83b288a1b..94e71e2abac 100644 --- a/_config.yml +++ b/_config.yml @@ -155,3 +155,6 @@ patch_version_notes: "#release-0802---october-17" # disqus_end_date: 2018-01-26 0:00:00 # Disqus is adding gross ads, move all comments to discourse. disqus_end_date: 2010-01-26 0:00:00 + +# Support .well-known directory +include: [".well-known"]