github.com/projectcontour/contour@v1.28.2/site/themes/contour/layouts/partials/blog-highlights.html (about)

     1  <div class="blog-highlights">
     2      <div class="wrapper blog">
     3          <h2>Blog Highlights</h2>
     4          <div class="grid three">
     5              {{ range first 3 (where .Site.RegularPages "Section" "posts").ByDate.Reverse }}
     6  					{{ partial "blog-post-card.html" . }}
     7  			{{ end }}
     8          </div>
     9          <p class="center"><a href="/blog/" class="button secondary">See All Posts</a></p>
    10      </div>
    11  </div>