Changes to HTML tags and styling choices

This commit is contained in:
2025-07-01 15:23:32 -04:00
parent 8219b9fe0c
commit 201a496d2e
5 changed files with 8 additions and 5 deletions

View File

@@ -48,7 +48,7 @@
{{ end }}
{{ if not $found }}
{{ $class = $class | append (print "h" $new) }}
{{ $class = $class | append (print "h" $old) }}
{{ end }}
{{ $class = delimit (sort $class) " " }}