change theme 2 dark

This commit is contained in:
2026-05-27 23:31:29 +03:00
parent 8187183317
commit 21c981c2e0
9 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="ru">
<html lang="ru" data-bs-theme="dark">
{{- partial "head.html" . -}}
<body class="bg-light">
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}