Skip to content

Commit 79f221b

Browse files
authored
fix typo about loading javascript in footer (mmistakes#3350)
1 parent 10f46fe commit 79f221b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_docs/10-layouts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -837,10 +837,10 @@ Add some Liquid tags for the new configuration to `_includes/footer/custom.html`
837837
{% endif %}
838838
```{% endraw %}
839839
840-
Next, add `page_js` to any page's YAML Front Matter to have your CSS loaded for that page.
840+
Next, add `page_js` to any page's YAML Front Matter to have your JavaScript loaded for that page.
841841
```yaml
842842
page_js:
843-
- /path/to/your/custom.css
843+
- /path/to/your/custom.js
844844
```
845845

846846
---

0 commit comments

Comments
 (0)