{{ if .IsHome }}

{{ .Site.Title }}

{{ else }} {{ .Site.Title }} {{ end }} {{ with .Site.Params.description }}

{{ . }}

{{ end }}
博客 {{ range $index,$data := (where .Site.Pages "Type" "standalone") }} {{ .Title }} {{ end }}