diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-03-31 13:27:25 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-03-31 13:27:25 -0400 |
commit | 9e1b5d07271588e5063709bcf17a48a7905d25e5 (patch) | |
tree | 58cea727e99614f175fe6df2111b1b583de22c87 | |
parent | c23c6db150a9dc6a93117598f5131ee9145ffe7e (diff) | |
download | pablotron.org-9e1b5d07271588e5063709bcf17a48a7905d25e5.tar.xz pablotron.org-9e1b5d07271588e5063709bcf17a48a7905d25e5.zip |
themes/hugo-pt2021/assets/script.js: s/burker/burger/
-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/ // |