hugo-internet-weblog/layouts/_default/list.html

10 lines
222 B
HTML
Raw Normal View History

2016-02-19 23:35:42 -05:00
{{ partial "site_header.html" . }}
{{ partial "page_header.html" . }}
<main class="content list">
2016-02-19 23:35:42 -05:00
{{ partial "preview_list.html" . }}
</main>
{{ partial "page_footer.html" . }}
{{ partial "site_footer.html" . }}