use themes

This commit is contained in:
张超
2025-04-01 17:59:10 +08:00
parent 5934ffd460
commit 577cd10161
13 changed files with 152 additions and 3 deletions

5
web/themes/skeleton.go Normal file
View File

@@ -0,0 +1,5 @@
<!-- 示例模板变量 -->
<h1>{{ .Site.Title }}</h1>
{{ range .Posts }}
<article>{{ .Content }}</article>
{{ end }}