mirror of
https://gitea.com/gitea/theme.git
synced 2026-04-28 06:49:46 +08:00
Initial commit
This commit is contained in:
7
layouts/index.html
Normal file
7
layouts/index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ partial "header" . }}
|
||||
|
||||
{{ range where .Site.Pages "Type" "index" }}
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "footer" . }}
|
||||
Reference in New Issue
Block a user