{{- /* List of tag "chips" as links Context: page.Pages */ -}} {{- range . -}} {{- if eq .File nil }} {{- errorf "[tags] Undefined tag: '%s' in %s" (urlize (strings.ToLower .Title)) page.File.Filename }} {{- end }}
{{ partialCached "icon" .Params.icon .Params.icon }}
{{ .LinkTitle }}
{{- end -}}