summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Whitlock <adam@adamwhitlock.com>2022-01-11 22:22:30 -0600
committerAdam Whitlock <adam@adamwhitlock.com>2022-01-11 22:22:30 -0600
commitd1d493c5ece3e79c463a66db8663eccd0d80b464 (patch)
tree2397fde5c73096317b9379c89ee3f825f5ad4a5f
parent5ea8c5c8ecc32227d3a626cf40207763e9e7ad1a (diff)
mend
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb6c774..a8ade2a 100644
--- a/README.md
+++ b/README.md
@@ -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.