Want to contribute? Fork me on Codeberg.org!
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
sakura-hugo-theme/layouts/_default/section.html

5 lines
85 B

{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ partial "archive.html" . }}
{{ end }}