<p class="nomargin">
<br>
Latest Blog Post: <br>
- {{ range first 1 ( where .Site.Pages "Section" "blog") }}
+ {{ range first 1 ( where .Site.RegularPages "Section" "blog") }}
<a href="{{.Permalink}}">{{ .Title }}</a>
{{ end }}
</p>
<h2>Latest From The Blog</h2>
<div class="blogpost-cards">
- {{ range first 4 ( where .Site.Pages "Section" "blog") }}
+ {{ range first 4 ( where .Site.RegularPages "Section" "blog") }}
<div class="blogpost-card">
<a href="{{.Permalink}}">
{{ if .Params.image }}