Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
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/partials/common-curricula-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
"weight": {{ $page.Params.Order | jsonify }},
"banner": {{ $banner_url | jsonify }},
"permalink": {{ $page.Permalink | jsonify }},
"type": {{ $type | jsonify }}
"type": {{ $type | jsonify }},
"reading_time": {{ $page.ReadingTime | jsonify }}