feat(theme): 自定义主题

This commit is contained in:
naiba
2020-12-19 10:57:10 +08:00
parent a9b1ab9e95
commit 9dbbfac551
9 changed files with 48 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
{{define "theme-default/home"}}
{{template "common/header" .}}
{{if ts .CustomCSS}}
<style>
{{.CustomCSS|css}}
</style>
{{end}}
{{template "common/menu" .}}
<div class="nb-container">
<div class="ui container">