diff options
| author | Adam Whitlock <adam@adamwhitlock.com> | 2021-12-30 12:49:19 -0600 |
|---|---|---|
| committer | Adam Whitlock <adam@adamwhitlock.com> | 2021-12-30 12:49:19 -0600 |
| commit | a80476018e9e1d6f62727db989783329aba2d001 (patch) | |
| tree | 2bb45d78beb661765d3bc67da1a9111a2b5441a7 /static/js | |
| parent | 9f03eb1106f909c33b8b644d004365afbd92f9a3 (diff) | |
Hugo vars now parsing in Sass, fixed author
Huey can now read Site.Param options from the config.toml file.
This allows for users to specify new values without needing to
modify the Sass configuration directly.
THe author footer was hardset as the theme author, which was a bug.
Fixed so now uses the .Param.author in the footer.
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/bulma.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/js/bulma.js b/static/js/bulma.js index 9b18a3e..0c9ffc6 100644 --- a/static/js/bulma.js +++ b/static/js/bulma.js @@ -1,3 +1,5 @@ +// This javascript was used, without modification, from the Bulma CSS framework documentation. + document.addEventListener('DOMContentLoaded', () => { // Get all "navbar-burger" elements |
