diff options
Diffstat (limited to 'site/themes/sine/layouts/partials/nav.html')
| -rw-r--r-- | site/themes/sine/layouts/partials/nav.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/themes/sine/layouts/partials/nav.html b/site/themes/sine/layouts/partials/nav.html index efd7e5b..889d5a0 100644 --- a/site/themes/sine/layouts/partials/nav.html +++ b/site/themes/sine/layouts/partials/nav.html @@ -2,7 +2,7 @@ <nav class="navbar"> <div id="logoContainer"> <a class="logo" href="{{ .Site.BaseURL }}">{{- .Site.Title -}}</a> - <button type="button" id="toggleTheme" data-theme-toggle aria-label="switch theme"></button> + <button type="button" id="switchTheme" data-theme-switcher aria-label="switch theme"></button> </div> <ul class="nav-links"> {{ range.Site.Menus.main }} |
