hugo-theme-hyde-hyde/layouts/partials/page-list/content.html

7 lines
157 B
HTML
Raw Permalink Normal View History

2018-07-20 20:32:00 +00:00
<span class="section__title">{{ .Title }}</span>
2018-07-16 03:22:00 +00:00
<ul class="posts">
{{ with .Data.Pages }}
2018-07-16 03:22:00 +00:00
{{ partial "posts-list.html" . }}
{{ end }}
2018-07-16 03:22:00 +00:00
</ul>