mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
14 lines
338 B
HTML
14 lines
338 B
HTML
{{ partial "header.html" . }}
|
|
<div class="section main">
|
|
<div class="container">
|
|
<div class="content">
|
|
{{ partial "page-heading" . }}
|
|
{{ range .Data.Pages.ByPublishDate }}
|
|
{{ partial "li.html" . }}
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{ partial "footer.html" . }}
|
|
|