From ca43605a968c7a03360c47b0558601958c0ffecc Mon Sep 17 00:00:00 2001 From: madrilene Date: Wed, 14 Feb 2024 11:51:57 +0100 Subject: [PATCH] copy: less js --- src/docs/less-js.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/docs/less-js.md b/src/docs/less-js.md index 520180c..a20a142 100644 --- a/src/docs/less-js.md +++ b/src/docs/less-js.md @@ -4,7 +4,9 @@ title: Less JavaScript The only "real" JavaScript dependency is **theme-toggle.js**, which is inlined. -There are three more scripts that are available, but you have to opt in: +The `gallery.njk` and `details.njk` components were slightly enhanced with JavaScript. + +There are three more scripts, but you have to opt in: **nav-drawer.js**, to opt in to a drawer menu on small screens. See the [navigation documentation](/docs/navigation/).