{{ range .Data.Pages }} {{ $t := index (split .Permalink "/") 3 }} {{ if or (eq $t "blog") }}
  • blog
  • {{ range $index,$value := (where $.Site.RegularPages.ByDate.Reverse "Section" "blog") }} {{ if lt $index 1 }}
  • {{.Title}} {{ .Date.Local.Format "2006-01-02" }}
  • {{ else }} {{ end }} {{ end }}
  • {{ end }} {{ if or (eq $t "chara") (eq $t "story") (eq $t "card") (eq $t "vrm") }}
  • {{.Title}}
  • {{ if or (eq $t "card") }} {{ .Content }} {{ else }} {{ .Summary }} {{ end }} {{ end }} {{ end }}