mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
11 lines
307 B
HTML
11 lines
307 B
HTML
{{ range $pageIndex, $page := .Pages }}
|
|
<article class="post">
|
|
<div class="post-header">
|
|
<a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
|
|
{{ partial "post-meta.html" (dict "page" . "pageIndex" $pageIndex) }}
|
|
</div>
|
|
</article>
|
|
{{ end }}
|
|
|
|
{{ partial "pagination.html" . }}
|