mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
11 lines
202 B
HTML
11 lines
202 B
HTML
<main>
|
|
<section class="blog-posts">
|
|
{{ range .Pages }}
|
|
<article>
|
|
<h3><a href="{{.Permalink}}">{{.Title}}</a></h3>
|
|
<p>{{.Summary}}</p>
|
|
</article>
|
|
{{ end }}
|
|
</section>
|
|
</main>
|