Files
site/themes/hugo-theme-gruvbox/layouts/_default/list.html
2024-01-07 10:19:25 -05:00

10 lines
218 B
HTML

{{ define "main" }}
<div class="content-section">
<h1>{{ .Title | markdownify }}</h1>
{{ with .Content }}
<div>{{ . }}</div>
{{ end }}
</div>
{{ partial "post-list.html" .Paginator }}
{{ end }}