From 0289be01dfaf24963c346aa3a589695386c3c82f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 19 Sep 2023 08:12:05 -0300 Subject: _config.yml: Add trailing "/" to "drafts" --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index b914c31..acadeba 100644 --- a/_config.yml +++ b/_config.yml @@ -45,7 +45,7 @@ exclude: - metadata.json - tests.sh - static/graphviz/ - - drafts + - drafts/ - po/ - public/ - drafts/ -- cgit v1.2.3