Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ params:
# If you want this feature, but occasionally need to remove the Reading time from a single page,
# add "hide_readingtime: true" to the page's front matter
readingtime:
enable: false
enable: true

links:
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
Expand Down
3 changes: 2 additions & 1 deletion layouts/list.json.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"description": {{ $c.Description | jsonify }},
"weight": {{ $c.Params.Order | jsonify}},
"banner": {{ $course_banner_url | jsonify }},
"permalink": {{ $c.Permalink | jsonify }}
"permalink": {{ $c.Permalink | jsonify }},
"reading_time": {{ $c.ReadingTime | jsonify }},
}
{{- end }}
]
Expand Down