Current Behavior
Only number of courses appear at each learning path with a total time
Desired Behavior
have a total time field per course and learning path to be displayed in each card to the user
Implementation
Add a small Hugo partial in academy-theme that aggregates the per-page .ReadingTime values into:
- a per-course total (sum of reading time for all lessons in that course), and
- a per-learning-path total (sum across all courses and lessons in the learning path).
Current Behavior
Only number of courses appear at each learning path with a total time
Desired Behavior
have a total time field per course and learning path to be displayed in each card to the user
Implementation
Add a small Hugo partial in academy-theme that aggregates the per-page
.ReadingTimevalues into: