Cleanup to keep darkreader in as few files as possible.

This commit is contained in:
donfiguerres 2022-06-03 15:51:33 +08:00
parent 614902393c
commit 7d328983c0
5 changed files with 7 additions and 14 deletions

View file

@ -34,11 +34,6 @@
</head>
<body data-spy="scroll" data-target="#top-navbar" data-offset="100">
<!-- INITIALIZE DARK THEME -->
{{ if site.Params.darkTheme.enable }}
{{ partial "helpers/darkmode.html" . }}
{{ end }}
<!--- NAVBAR ------------------------->
{{- partial "navigators/navbar.html" . -}}