{{ range first 4 (where .Site.RegularPages "Type" "project") }}
<ahref="{{ .Permalink }}">
<article>
<h1>{{ .Title }}</h1>
<pclass="meta">{{ with .Params.activetime }}<spanclass="date">{{ . }}</span>{{ end }}<br/>{{ with .Params.status }}<spanclass="status">{{ . }}</span>{{ end }}</p>
</article>
</a>
{{ end }}
</div>
</section>
<hr>
<sectionclass="section articles">
<spanclass="latest">
latest <ahref="{{ "/blog"|relURL}}">posts</a>
</span>
<divclass="section articles inner">
{{ range first 4 (where .Site.RegularPages "Type" "post") }}
<ahref="{{ .Permalink }}">
<article>
<h1>{{ .Title }}</h1>
{{ with .Description }}<pclass="description">{{ . }}</p>{{ end }}