From 0a0c127936b85084d864a46d78b5a67cfd0556ee Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Sun, 8 Nov 2020 14:55:02 +0300 Subject: [PATCH] Remove mentions of "static" dir from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e5df98..673d0b2 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ params: images: - images/og-featured.png # relative path to "static" directory customCSS: - - css/my.css # relative path to "assets" or "static" directory + - css/my.css # relative path to "assets" directory customJS: - - js/main.js # relative path to "assets" or "static" directory + - js/main.js # relative path to "assets" directory dateFormat: "2006-01-02" paginationSinglePost: true style: light-without-switcher