diff --git a/docs/_docs/10-layouts.md b/docs/_docs/10-layouts.md index 0a6ef71f..28b0cef8 100644 --- a/docs/_docs/10-layouts.md +++ b/docs/_docs/10-layouts.md @@ -837,10 +837,10 @@ Add some Liquid tags for the new configuration to `_includes/footer/custom.html` {% endif %} ```{% endraw %} -Next, add `page_js` to any page's YAML Front Matter to have your CSS loaded for that page. +Next, add `page_js` to any page's YAML Front Matter to have your JavaScript loaded for that page. ```yaml page_js: - - /path/to/your/custom.css + - /path/to/your/custom.js ``` ---