themes/kube/layouts/partials/page-summary.html (9 lines of code) (raw):
<li itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="title">
<a href="{{ .Permalink }}" itemprop="headline">{{ .Title }}</a>
</h2>
<hr>
{{ if .Description }}
<p itemprop="about">{{ .Description }}</p>
{{ end }}
</li>