From 22f3cba89335c182584cecfee095f808a37c12bf Mon Sep 17 00:00:00 2001 From: Kevin F Date: Tue, 11 Jul 2023 08:50:17 +0200 Subject: [PATCH] Update teaching information --- src/generators/sections/teaching.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generators/sections/teaching.fsx b/src/generators/sections/teaching.fsx index b0d19c7..79115f1 100644 --- a/src/generators/sections/teaching.fsx +++ b/src/generators/sections/teaching.fsx @@ -24,7 +24,7 @@ let layoutLecture (lex:Teachingloader.Teaching) = div [Class "p-2"] [ // body div [Class "field"] [ h1 [Class "title is-6"] [ - !!lex.CourseType + !!courseType span [Class "is-family-code has-text-weight-normal"] [!! " for "] if lex.Audience <> "" then !!lex.Audience