{{ partial "custom/content-begin.html" . }}
{{ .Content }}
{{/* Blog posts section */}}
{{ $posts := where site.RegularPages "Section" "posts" }}
{{ if $posts }}
{{ partial "custom/page-end.html" . }}
最近文章
{{ range first 5 $posts }}
{{ end }}
{{ partial "custom/content-end.html" . }}
{{ .Title }}
{{ with .Description }}{{ end }}
{{ range .Params.tags }}
{{ . }}
{{ end }}
{{ end }}