Skip to content

Commit 762065e

Browse files
Document that custom JavaScript files go in assets/js/ (#676)
1 parent 9f4cf22 commit 762065e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/content/user_guide/getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ CSS and SCSS files are compiled as Hugo templates, i.e. configuration variables
7979

8080
### JavaScript
8181

82-
Add custom JavaScript files to the `./static/js/` directory with a `.js` extension. They will automatically be included in the built pages.
82+
Add custom JavaScript files to the `./assets/js/` directory with a `.js` extension. They will automatically be included in the built pages.
8383

8484
## Deploy your site
8585

0 commit comments

Comments
 (0)