diff --git a/themes/red/layouts/_default/software.html b/themes/red/layouts/_default/software.html index bab9c13..0b1330a 100644 --- a/themes/red/layouts/_default/software.html +++ b/themes/red/layouts/_default/software.html @@ -91,11 +91,11 @@ {{ range .Data.Pages.ByDate.Reverse }}
{{ $since_year := (sub now.Year (.Date.Year)) }} - {{ $zero_to_one := math.Div (float $since_year) 8.0 }} + {{ $zero_to_one := math.Div (float $since_year) 6.0 }} {{ $opacity := math.Sub 1.0 $zero_to_one }} {{ $opacity = math.Max $opacity 0.0 }} {{ $opacity_percentage := 0.0 }} - {{ if gt $opacity 0.5 }} + {{ if gt $opacity 0.49 }} {{ $opacity_percentage = 100.0 }} {{ end }}