G
Ryan's Git Repos
rschanzorg-public
files
log
graph
refs
Ref
main
themes/hugo-coder/layouts/_default/list.html
main
· 239 B · 11 lines
raw
1
{{ define "title" }}
2
{{- if eq .Kind "term" -}}
3
{{- i18n .Data.Singular | title -}}
4
{{- print ": " -}}
5
{{- end -}}
6
7
{{- .Title }} ยท {{ .Site.Title -}}
8
{{ end }}
9
{{ define "content" }}
10
{{ partial "list.html" . }}
11
{{ end }}