Add new theme DayNight

This commit is contained in:
jackiesung4ev
2021-01-20 22:22:17 +08:00
parent ec17948fe4
commit f9149c640e
201 changed files with 264 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
<select name="Theme">
<option value="default"{{if eq .Conf.Site.Theme "default"}} selected="selected"{{end}}>默认主题</option>
<option value="hotaru"{{if eq .Conf.Site.Theme "hotaru"}} selected="selected"{{end}}>CokeMine Hotaru</option>
<option value="daynight"{{if eq .Conf.Site.Theme "daynight"}} selected="selected"{{end}}>JackieSung DayNight</option>
</select>
</div>
<div class="field">