From b6ee674af0e9ab672ecee20767cd896a2790c4ad Mon Sep 17 00:00:00 2001 From: Quint Guvernator Date: Tue, 5 Feb 2019 13:56:16 +0100 Subject: document custom js support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e870c81..239e5bd 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ A [Hugo](https://gohugo.io/) theme to display a changelog ``` [params] customCSS = ["css/styles.css"] # List of css files to include on the website. Relative to the static/ folder + customJS = ["js/script.js"] # List of js files to include on the website. Relative to the static/ folder ``` # Development -- cgit v1.2.3