From eb3654222ba31f6d82a33232ddff6f9880243694 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 21 Oct 2019 13:15:17 +0200 Subject: Add support for WKP lookups --- _config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 8d7319f..a0aa94a 100644 --- a/_config.yml +++ b/_config.yml @@ -36,7 +36,10 @@ sass: markdown: redcarpet highlighter: pygments -include: ["_pages"] +include: [ + ".well-known", + "_pages", +] # custom collections collections: -- cgit v1.1