+
{{ if not (eq (len $.Site.Taxonomies.tags) 0) }}
{{ $fontUnit := "rem" }}
- {{ $largestFontSize := 3.5 }}
- {{ $smallestFontSize := 0.5 }}
+ {{ $largestFontSize := 2.25 }}
+ {{ $smallestFontSize := 0.25 }}
{{ $fontSpread := sub $largestFontSize $smallestFontSize }}
{{ $max := add (len (index $.Site.Taxonomies.tags.ByCount 0).Pages) 1 }}
{{ $min := len (index $.Site.Taxonomies.tags.ByCount.Reverse 0).Pages }}
@@ -45,6 +50,7 @@
{{ end }}
+
{{ end }}
{{ partial "footer.html" . }}