diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/hugo-pt2021/assets/script.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/hugo-pt2021/assets/script.js b/themes/hugo-pt2021/assets/script.js index 03b86c1..ae47804 100644 --- a/themes/hugo-pt2021/assets/script.js +++ b/themes/hugo-pt2021/assets/script.js @@ -9,7 +9,7 @@ // original notes regarding burger menu and minification are in the // "burger menu" section below // -// burker menu (2024-05-27) +// burger menu (2024-05-27) // ------------------------ // does the following: // @@ -28,7 +28,7 @@ // https://css-tricks.com/approaches-media-queries-sass/ // https://stackoverflow.com/questions/59621784/how-to-detect-prefers-color-scheme-change-in-javascript // -// burker menu +// burger menu // ----------- // src: https://bulma.io/documentation/components/navbar/ // |