dc09-hugo/themes/qogir/layouts/_default/home.html

7 lines
128 B
HTML
Raw Normal View History

2023-11-04 11:44:43 +04:00
{{ define "main" }}
{{ .Content }}
{{ range site.RegularPages }}
2023-11-04 19:53:00 +04:00
{{ partial "post-item.html" . }}
2023-11-04 11:44:43 +04:00
{{ end }}
{{ end }}