{{ $posts := where .Site.Pages "Params.type" "post"}}
{{ $ch1 := "on logic" }}
{{ $ch2 := "on free will"}}
{{ if eq .Title "Theses" }}
{{ lower "Philopsophical Inquiries" }}
{{ end }}
{{ lower $ch1 }}
{{ range (where $posts "Params.chapter" $ch1).ByParam "section" }}
{{ .Title }}
{{ end }}
{{ lower $ch2 }}
{{ range (where $posts "Params.chapter" $ch2).ByParam "section" }}
{{ .Title }}
{{ end }}