Files
hugo-coder-timeline/layouts/_default/terms.html
Codruț Constantin Gușoi af7360e89a Taxonomies list as a tag cloud (#557)
* Taxonomies list as a tag cloud

* Generate resources for demo preview
2021-05-06 10:37:55 -03:00

12 lines
240 B
HTML

{{ define "title" }}
{{- if eq .Kind "term" -}}
{{- i18n .Data.Singular | title -}}
{{- print ": " -}}
{{- end -}}
{{- .Title }} · {{ .Site.Title -}}
{{ end }}
{{ define "content" }}
{{ partial "terms.html" . }}
{{ end }}