{{ range .Pages }} {{ if (.Param "mkbanner") }} {{ if (.Param "image") }} {{ else }} {{/*
{{.Title}}
*/}} {{ end }} {{/* Page {{ .Title }} is bannered */}} {{ end }} {{ end }}

recent topics

{{ range $catkey, $catlist := $.Site.Taxonomies.categories }} {{ if eq $catkey "topic" }}
    {{ range .Pages.ByDate }}
  • {{dateFormat "2 Jan, 2006" .Params.Date }}
  • {{ .Title }} {{ end }}
{{ end }} {{ end }}

関連リンク