This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
sakura-hugo-theme/layouts/_default/term.html
2022-06-10 12:27:13 -07:00

5 lines
201 B
HTML

{{ define "main" }}
<a href="{{ .Parent.RelPermalink }}"> &laquo; All {{ .Data.Plural }}</a>
<h1>{{ if eq .Data.Singular "tag" }}#{{ end }}{{ .Title }}</h1>
{{ partial "archive.html" . }}
{{ end }}