{{ define "main" }} {{ $tags := (site.Taxonomies.tags) }} {{ $fontUnit := "rem" }} {{ $lgFontSize := 2.6 }} {{ $smFontSize := 1.0 }} {{ $fontSpread := (sub ($lgFontSize) ($smFontSize)) }} {{ $max := (add (len (index $tags.ByCount 0).Pages) 1) }} {{ $min := (len (index $tags.ByCount.Reverse 0).Pages) }} {{ $spread := (sub ($max) ($min)) }} {{ $fontStep := (div ($fontSpread) ($spread)) }} {{ (partial "breadcrumb" .) }}
{{ end }}