This repository has been archived on 2023-02-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
sakura-hugo-theme/layouts/_default/section.html
2022-06-10 12:27:13 -07:00

4 lines
85 B
HTML

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