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/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 }}