change theme switcher

This commit is contained in:
Junyi Hou 2024-03-04 15:17:16 +08:00
parent 41359247d2
commit 167685313d
4 changed files with 14 additions and 16 deletions

View file

@ -1,10 +1,11 @@
<div class="header-top">
<div class="header-top-left">
{{ partial "site-title.html" . }}
{{ partial "theme-switcher.html" . }}
{{ partial "social.html" . }}
</div>
<div class="header-top-right">
{{ partial "theme-switcher.html" . }}
</div>
</div>