Minor tweaks
All checks were successful
CI / Check typos (push) Successful in 8s
CI / Check links (push) Successful in 9s
CI / Clippy (push) Successful in 50s
CI / Build and test (push) Successful in 2m15s
CI / Build container (push) Successful in 1m43s
CI / Deploy on waypoint (push) Successful in 54s

This commit is contained in:
2025-11-04 20:06:19 -08:00
parent 7afc0b2a29
commit e9863707d8
3 changed files with 33 additions and 26 deletions

View File

@@ -59,6 +59,7 @@ fn build_list_for_group(handouts: &[HandoutEntry], group: &str) -> Markup {
span class="handdout-li-title" {
strong { (h.title) }
}
" "
span class="handout-li-links" {
"[ "
@@ -69,7 +70,7 @@ fn build_list_for_group(handouts: &[HandoutEntry], group: &str) -> Markup {
} @else {
a href=(h.handout) {"handout"}
}
"] "
" ]"
}
}
}