hugo-coder-fork/layouts/_default/list.html

12 lines
238 B
HTML
Raw Normal View History

2018-03-01 01:38:59 +00:00
{{ define "title" }}
{{- if eq .Kind "taxonomy" -}}
{{- .Data.Singular | title -}}
{{- print ": " -}}
{{- end -}}
{{- .Title }} · {{ .Site.Title -}}
2018-03-01 01:38:59 +00:00
{{ end }}
{{ define "content" }}
{{ partial "list.html" . }}
{{ end }}