From e93346ffa90f6c09a9a57b48c6607925dc7ff46e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 16 Dec 2019 12:57:30 +0100 Subject: Remove the public/ directory Now that all templates are provided by plugins, there's no need to have a public/ directory. Themes can be in /themes instead of /public/themes. --- themes/test/assets/style.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/test/assets/style.css (limited to 'themes/test/assets') diff --git a/themes/test/assets/style.css b/themes/test/assets/style.css new file mode 100644 index 0000000..4d2bab2 --- /dev/null +++ b/themes/test/assets/style.css @@ -0,0 +1,3 @@ +body { + background-color: pink; +} -- cgit v1.2.3