{{ $num_recent_posts := default 7 .Site.Params.sidebar.num_recent_posts }} {{ $posts := first $num_recent_posts (where .Site.RegularPages "Section" "in" .Site.Params.mainSections) }} {{ if gt (len $posts) 0 }}

最新消息

    {{ range $posts }}
  1. {{ range (.GetTerms "categories") }} {{ .LinkTitle }} {{ end }} {{ .Date | time.Format ":date_long" }}

    {{.Title | markdownify }}

  2. {{ end }}
{{ end }}