{{template "header.html" .}}

归档 {{if $.curCateTitle}} - {{$.curCateTitle}}{{end}}

    {{range $.archives}}
  • {{.Year}}
      {{range .MonthAchives}}
    • {{.Month}}
        {{range .Posts}}
      • {{dateFormat .PublicTime "2006-01-02"}} {{.Title}}
      • {{end}}
    • {{end}}
  • {{end}}
{{template "footer.html" .}}