File tree Expand file tree Collapse file tree 3 files changed +1095
-0
lines changed
Expand file tree Collapse file tree 3 files changed +1095
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.1.0] - 2024-09-17
4+
5+ ### UI Enhancements
6+
7+ * feat: add disableDarkMode
8+ * Thanks to [ hydr0nium: disableDarkmode ] ( https://github.com/halogenica/beautifulhugo/pull/500 )
9+
310## [ 3.0.0] - 2024-09-15
411
512### UI Enhancements
3643<!-- Links -->
3744
3845<!-- Versions -->
46+ [ 3.1.0 ] : https://github.com/androchentw/blog-theme/releases/tag/v3.1.0
3947[ 3.0.0 ] : https://github.com/androchentw/blog-theme/releases/tag/v3.0.0
Original file line number Diff line number Diff line change 5959 < link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
integrity ="
sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu "
crossorigin ="
anonymous "
> 6060 {{- end -}}
6161
62+ <!-- feat ui: disableDarkMode -->
63+ {{- if .Site.Params.disableDarkmode -}}
64+ < link rel ="stylesheet " href ="{{ "css /main-nodark.css" | absURL }}" />
65+ {{- else -}}
6266 < link rel ="stylesheet " href ="{{ "css /main.css" | absURL }}" />
67+ {{- end -}}
6368
6469 {{- if .Site.Params.staticman -}}
6570 < link rel ="stylesheet " href ="{{ "css /staticman.css" | absURL }}" />
You can’t perform that action at this time.
0 commit comments