Add theme-mdui.

This commit is contained in:
Mikoy From ThinkPad
2022-01-08 23:54:24 +08:00
parent 87ba69ff8b
commit 9d9a3b093f
9 changed files with 580 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
JackieSung DayNight</option>
<option value="hotaru" {{if eq .Conf.Site.Theme "hotaru" }} selected="selected" {{end}}>CokeMine
Hotaru</option>
<option value="mdui" {{if eq .Conf.Site.Theme "mdui" }} selected="selected" {{end}}>Neko Mdui</option>
</select>
</div>
<div class="field">
@@ -102,4 +103,4 @@
$('.checkbox').checkbox('set checked')
{{ end }}
</script>
{{end}}
{{end}}