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/term.html

6 lines
201 B

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