mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-04-16 05:38:33 +02:00
Update: UniNotes slugs
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user