Update: UniNotes slugs

This commit is contained in:
hyzen
2026-04-10 06:38:21 +05:30
parent 4976376c06
commit bd42342dca
37 changed files with 128 additions and 1759 deletions

View File

@@ -9,7 +9,7 @@
<h1>{{ $semesterName }}</h1>
{{/* Collect unique subject codes from posts tagged with this semester */}}
{{/* Collect unique subject codes from posts in this semester */}}
{{ $subjectCodes := slice }}
{{ range .Pages }}
{{ $raw := .Params.subjectcode }}
@@ -23,7 +23,6 @@
{{ $subjectCodes = $subjectCodes | append $code }}
{{ end }}
{{ end }}
{{ $subjectCodes = sort $subjectCodes }}
<ol class="uninotes-list uninotes-list--subjects">