diff options
| author | Adam Whitlock <adam@adamwhitlock.com> | 2022-01-11 22:22:30 -0600 |
|---|---|---|
| committer | Adam Whitlock <adam@adamwhitlock.com> | 2022-01-11 22:22:30 -0600 |
| commit | d1d493c5ece3e79c463a66db8663eccd0d80b464 (patch) | |
| tree | 2397fde5c73096317b9379c89ee3f825f5ad4a5f | |
| parent | 5ea8c5c8ecc32227d3a626cf40207763e9e7ad1a (diff) | |
mend
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ src="x400_board.png" alt="This is sample image" %}} -## Addiitonal Scripts +## Additional Scripts Huey supports loading scripts after the footer loads (Example: Javascript for site analytics). Adding new code directly to Huey's existing `huey/layouts/partials/scripts.html` is the fastest method to get started. However, to maintain core site code separate from your theme create a `layouts/partials/scripts.html` file in the base site directory. When generating a new site, Hugo will load the base folder `scripts.html` accoording to the order of precedence. |
