diff options
Diffstat (limited to 'site/layouts/_default/baseof.html')
| -rw-r--r-- | site/layouts/_default/baseof.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/layouts/_default/baseof.html b/site/layouts/_default/baseof.html index 713ab2864..0714faf3a 100644 --- a/site/layouts/_default/baseof.html +++ b/site/layouts/_default/baseof.html @@ -1,10 +1,11 @@ <!doctype html> -<html lang="en"> +<html lang="en" data-bs-theme="auto"> <head> {{ partial "header" . }} </head> {{ block "body_override" . }}<body>{{ end }} {{ partial "skippy" . }} + {{ partial "icons" . }} {{ partial "docs-navbar" . }} |
