diff options
Diffstat (limited to 'layouts/baseof.html')
| -rw-r--r-- | layouts/baseof.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/layouts/baseof.html b/layouts/baseof.html deleted file mode 100644 index cdbb1e3..0000000 --- a/layouts/baseof.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html> -<html lang="{{ site.Language.Locale }}" dir="{{ or site.Language.Direction `ltr` }}"> -<head> - {{ partial "head.html" . }} - <script> - (function() { - const theme = localStorage.getItem('theme') || 'dark'; - if (theme === 'light') { - document.documentElement.classList.add('theme-light'); - } - })(); - </script> -</head> -<body> - <a href="#main-content" class="skip-link">Skip to content</a> - {{ if and (not .IsHome) (ne .Kind "term") (ne .Kind "taxonomy") (ne .Kind "section") }} - <div class="progress-bar" id="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div> - {{ end }} - {{ partial "header.html" . }} - <main id="main-content">{{ block "main" . }}{{ end }}</main> - <footer>{{ partial "footer.html" . }}</footer> -</body> -</html> |
