fix categories in courses, small style fixes, landing page module adjustments
This commit is contained in:
committed by
Benedikt Rötsch
parent
23a0ac4a81
commit
1fb784e0d1
@@ -3,7 +3,7 @@ include _lesson
|
||||
mixin _highlightLessonsModule(module)
|
||||
.module
|
||||
.module__higlightedLessons
|
||||
h1.module__higlightedLessons__title #{module.fields.title}
|
||||
h2.module__higlightedLessons__title #{module.fields.title}
|
||||
each lesson in module.fields.lessons
|
||||
+lesson(lesson)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user