Skip to content

Commit

Permalink
Update teaching information
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jul 11, 2023
1 parent cff2f1e commit 22f3cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/sections/teaching.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22f3cba

Please sign in to comment.